Last updated on 2025-04-19 06:49:56 CEST.
Package | FAIL | NOTE | OK |
---|---|---|---|
amadeus | 9 | 4 | |
GeoTox | 1 | 12 |
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
Current CRAN status: FAIL: 1, OK: 12
Version: 0.2.0
Check: re-building of vignette outputs
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: 72.27 1.11 73.53 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