CRAN Package Check Results for Package TOC

Last updated on 2025-08-05 08:50:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0-6 23.92 184.36 208.28 NOTE
r-devel-linux-x86_64-debian-gcc 0.0-6 12.78 109.95 122.73 NOTE
r-devel-linux-x86_64-fedora-clang 0.0-6 323.93 OK
r-devel-linux-x86_64-fedora-gcc 0.0-6 331.65 OK
r-devel-windows-x86_64 0.0-6 18.00 371.00 389.00 OK
r-patched-linux-x86_64 0.0-6 23.77 176.37 200.14 OK
r-release-linux-x86_64 0.0-6 20.21 177.23 197.44 OK
r-release-macos-arm64 0.0-6 72.00 OK
r-release-macos-x86_64 0.0-6 160.00 OK
r-release-windows-x86_64 0.0-6 21.00 0.00 21.00 FAIL
r-oldrel-macos-arm64 0.0-6 71.00 OK
r-oldrel-macos-x86_64 0.0-6 115.00 OK
r-oldrel-windows-x86_64 0.0-6 30.00 198.00 228.00 OK

Check Details

Version: 0.0-6
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Ali Santacruz <[email protected]>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = c("Robert", "G."), family = "Pontius", role = "aut", email = "[email protected]"), person(given = "Ali", family = "Santacruz", role = c("aut", "cre"), email = "[email protected]"), person(given = "Amin", family = "Tayyebi", role = "aut"), person(given = "Benoit", family = "Parmentier", role = "aut"), person(given = "Kangping", family = "Si", role = "aut")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.0-6
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: > > ### ** Examples > > index <- rast(system.file("external/Prob_Map2.rst", package = "TOC")) > boolean <- rast(system.file("external/Change_Map2b.rst", package = "TOC")) > mask <- rast(system.file("external/MASK4.rst", package = "TOC")) > tocd <- TOC(index, boolean, mask, nthres = 100) > plot(tocd) > > ## scale units from square m to square km > tocd_sqkm <- scaling(tocd, scalingFactor = 1000000, newUnits = "square km") > plot(tocd_sqkm) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 7.67 0.88 8.55 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-release-windows-x86_64