CRAN Package Check Results for Package denvax

Last updated on 2024-06-14 01:51:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 2.30 32.11 34.41 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 1.91 22.27 24.18 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.2 44.95 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 54.66 OK
r-devel-windows-x86_64 0.1.2 3.00 49.00 52.00 OK
r-patched-linux-x86_64 0.1.2 2.42 31.09 33.51 OK
r-release-linux-x86_64 0.1.2 2.01 31.06 33.07 OK
r-release-macos-arm64 0.1.2 24.00 OK
r-release-macos-x86_64 0.1.2 34.00 OK
r-release-windows-x86_64 0.1.2 3.00 51.00 54.00 OK
r-oldrel-macos-arm64 0.1.2 24.00 OK
r-oldrel-macos-x86_64 0.1.2 35.00 OK
r-oldrel-windows-x86_64 0.1.2 3.00 49.00 52.00 OK

Check Details

Version: 0.1.2
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'testthat', 'usethis', 'devtools', 'roxygen2', 'ggplot2', 'cowplot' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘denvax-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: lazou2016 > ### Title: The serosurvey data in L'Azou 2016 > ### Aliases: lazou2016 > ### Keywords: datasets > > ### ** Examples > > require(denvax); require(ggplot2) Loading required package: ggplot2 Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘ggplot2’ > data(lazou2016) > ggplot(lazou2016) + aes(Age, Seropositive/Number*100, color = Country) + + geom_point() + labs(y="Seropositive %", x="Age Group") + lims(y=c(0,100)) + + theme_minimal() Error in ggplot(lazou2016) : could not find function "ggplot" Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.2
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