CRAN Package Check Results for Package era

Last updated on 2025-02-08 13:51:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 4.09 53.06 57.15 OK
r-devel-linux-x86_64-debian-gcc 0.5.0 2.82 36.31 39.13 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 92.79 OK
r-devel-linux-x86_64-fedora-gcc 0.5.0 103.48 OK
r-devel-windows-x86_64 0.5.0 5.00 0.00 5.00 FAIL
r-patched-linux-x86_64 0.5.0 3.89 48.01 51.90 OK
r-release-linux-x86_64 0.5.0 3.79 47.82 51.61 OK
r-release-macos-arm64 0.5.0 40.00 OK
r-release-macos-x86_64 0.5.0 66.00 OK
r-release-windows-x86_64 0.5.0 6.00 68.00 74.00 OK
r-oldrel-macos-arm64 0.5.0 40.00 OK
r-oldrel-macos-x86_64 0.5.0 63.00 OK
r-oldrel-windows-x86_64 0.5.0 6.00 82.00 88.00 OK

Check Details

Version: 0.5.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: > ### ** Examples > > x <- yr(10010:10001, "cal BP") > yr_transform(x, era("BCE")) # BCE years <yr[10]>: [1] 8061 8060 8059 8058 8057 8056 8055 8054 8053 8052 # Era: Before Common Era (BCE): Gregorian years (365.2425 days), counted backwards from 1 > > yr_transform(x, era("ka"), precision = 1) # ka years <yr[10]>: [1] 10 10 10 10 10 10 10 10 10 10 # Era: kiloannum (ka): 1000 Gregorian years (365.2425 days), counted backwards from 1950 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.3 0.06 1.36 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-devel-windows-x86_64