CRAN Package Check Results for Package outbreaks

Last updated on 2024-06-14 05:00:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9.0 4.34 30.97 35.31 OK
r-devel-linux-x86_64-debian-gcc 1.9.0 3.88 21.49 25.37 ERROR
r-devel-linux-x86_64-fedora-clang 1.9.0 27.24 OK
r-devel-linux-x86_64-fedora-gcc 1.9.0 43.27 OK
r-devel-windows-x86_64 1.9.0 5.00 49.00 54.00 OK
r-patched-linux-x86_64 1.9.0 4.93 30.63 35.56 OK
r-release-linux-x86_64 1.9.0 4.49 29.45 33.94 OK
r-release-macos-arm64 1.9.0 19.00 OK
r-release-macos-x86_64 1.9.0 24.00 OK
r-release-windows-x86_64 1.9.0 6.00 51.00 57.00 OK
r-oldrel-macos-arm64 1.9.0 19.00 OK
r-oldrel-macos-x86_64 1.9.0 28.00 OK
r-oldrel-windows-x86_64 1.9.0 5.00 53.00 58.00 OK

Check Details

Version: 1.9.0
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'testthat', 'incidence' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.9.0
Check: examples
Result: ERROR Running examples in ‘outbreaks-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: nipah_malaysia > ### Title: Nipah in Malaysia and Sinagapore, 1997-1999 > ### Aliases: nipah_malaysia > ### Keywords: datasets > > ### ** Examples > > ## show first few weeks of Dengue incidence > head(nipah_malaysia) date perak negeri_sembilan selangor singapore 1 1997-01-04 0 0 0 0 2 1997-01-11 1 0 0 0 3 1997-01-18 0 0 0 0 4 1997-01-25 1 0 0 0 5 1997-02-01 1 0 0 0 6 1997-02-08 0 0 0 0 > > ## convert data to incidence object and plot epicurve using the incidence package > library(incidence) Error in library(incidence) : there is no package called ‘incidence’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.9.0
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc