CRAN Package Check Results for Package zmisc

Last updated on 2024-06-13 05:59:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 2.61 36.39 39.00 OK
r-devel-linux-x86_64-debian-gcc 0.2.3 1.85 25.13 26.98 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 50.88 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.3 62.62 OK
r-devel-windows-x86_64 0.2.3 3.00 57.00 60.00 OK
r-patched-linux-x86_64 0.2.3 2.77 36.30 39.07 OK
r-release-linux-x86_64 0.2.3 2.50 35.23 37.73 OK
r-release-macos-arm64 0.2.3 24.00 OK
r-release-macos-x86_64 0.2.3 38.00 OK
r-release-windows-x86_64 0.2.3 4.00 59.00 63.00 OK
r-oldrel-macos-arm64 0.2.3 28.00 OK
r-oldrel-macos-x86_64 0.2.3 58.00 OK
r-oldrel-windows-x86_64 0.2.3 4.00 57.00 61.00 OK

Check Details

Version: 0.2.3
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'dplyr', 'haven', 'labelled', 'purrr', 'roxygen2', 'stringr', 'testthat', 'tibble' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.3
Check: examples
Result: ERROR Running examples in ‘zmisc-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: lookup > ### Title: Lookup values from a lookup table > ### Aliases: lookup lookuper > > ### ** Examples > > fruit_lookup_vector <- c(a="Apple", b="Banana", c="Cherry") > lookup(letters[1:5], fruit_lookup_vector) [1] "Apple" "Banana" "Cherry" "d" "e" > lookup(letters[1:5], fruit_lookup_vector, default = NA) [1] "Apple" "Banana" "Cherry" NA NA > > mtcars_lookup_data_frame <- data.frame( + name = c("mpg", "hp", "wt"), + value = c("Miles/(US) gallon", "Gross horsepower", "Weight (1000 lbs)")) > lookup(names(mtcars), mtcars_lookup_data_frame) Error in loadNamespace(x) : there is no package called ‘tibble’ Calls: lookup ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

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

Version: 0.2.3
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: ... --- re-building ‘zmisc.Rmd’ using rmarkdown Quitting from lines 13-29 [unnamed-chunk-1] (zmisc.Rmd) Error: processing vignette 'zmisc.Rmd' failed with diagnostics: there is no package called 'roxygen2' --- failed re-building ‘zmisc.Rmd’ SUMMARY: processing the following file failed: ‘zmisc.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.3
Check: Rd cross-references
Result: NOTE Undeclared package ‘rlang’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang