CRAN Package Check Results for Maintainer ‘Kyle Messier <kyle.messier at nih.gov>’

Last updated on 2025-05-31 13:50:09 CEST.

Package FAIL ERROR NOTE OK
amadeus 9 4
GeoTox 1 2 10

Package amadeus

Current CRAN status: NOTE: 9, OK: 4

Version: 1.2.3
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.2.0 because package code uses the pipe placeholder syntax added in R 4.2.0. File(s) using such syntax: ‘calculate_covariates.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Package GeoTox

Current CRAN status: FAIL: 1, ERROR: 2, OK: 10

Version: 0.2.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: Warning: elapsed-time limit of 1 hours reached for sub-process --- re-building ‘introduction.Rmd’ using rmarkdown Quitting from introduction.Rmd:69-91 [unnamed-chunk-4] Execution halted --- re-building ‘package_data.Rmd’ using rmarkdown --- finished re-building ‘package_data.Rmd’ SUMMARY: processing the following file failed: ‘introduction.Rmd’ Error: Vignette re-building failed. Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: PDF version of manual
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > n <- 10 # Population size > m <- 5 # Number of regions > idx <- if (m < 100) sample(1:100, m) else 1:100 > > # Create GeoTox object > geoTox <- GeoTox() |> + # Simulate populations for each region + simulate_population(age = split(geo_tox_data$age, ~FIPS)[idx], + obesity = geo_tox_data$obesity[idx, ], + exposure = split(geo_tox_data$exposure, ~FIPS)[idx], + simulated_css = geo_tox_data$simulated_css, + n = n) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 70.5 1.01 71.76 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-oldrel-windows-x86_64