Last updated on 2025-05-31 03:51:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 6.92 | 1573.94 | 1580.86 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 4.74 | 897.76 | 902.50 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 1314.21 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 1715.04 | ERROR | |||
r-devel-windows-x86_64 | 0.2.0 | 10.00 | 1183.00 | 1193.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 6.75 | 1389.75 | 1396.50 | OK | |
r-release-linux-x86_64 | 0.2.0 | 6.88 | 1424.54 | 1431.42 | OK | |
r-release-macos-arm64 | 0.2.0 | 481.00 | OK | |||
r-release-macos-x86_64 | 0.2.0 | 1204.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 9.00 | 1191.00 | 1200.00 | OK | |
r-oldrel-macos-arm64 | 0.2.0 | 504.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 874.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 11.00 | 0.00 | 11.00 | FAIL |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.