CRAN Package Check Results for Package AnglerCreelSurveySimulation

Last updated on 2025-03-01 06:50:59 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 5.11 50.96 56.07 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 3.47 36.20 39.67 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 87.65 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 104.46 OK
r-devel-macos-arm64 1.0.3 35.00 OK
r-devel-macos-x86_64 1.0.3 64.00 OK
r-devel-windows-x86_64 1.0.3 7.00 64.00 71.00 OK
r-patched-linux-x86_64 1.0.3 5.10 46.25 51.35 OK
r-release-linux-x86_64 1.0.3 3.80 47.08 50.88 OK
r-release-macos-arm64 1.0.3 35.00 OK
r-release-macos-x86_64 1.0.3 52.00 OK
r-release-windows-x86_64 1.0.3 6.00 0.00 6.00 FAIL
r-oldrel-macos-arm64 1.0.3 OK
r-oldrel-macos-x86_64 1.0.3 67.00 OK
r-oldrel-windows-x86_64 1.0.3 8.00 74.00 82.00 OK

Check Details

Version: 1.0.3
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_sites = 1 > # sampling probability here is 8/12 because we are staying at the access site > # for 8 hours of a 12-hour fishing day. To adjust the fishing day length, an > # additional 'fishing_day_length' argument needs to be passed to this function. > sampling_prob <- (8/12) > # the mean catch rate. > mean_catch_rate <- 5 > > simulate_bus_route(start_time, wait_time, n_anglers, n_sites, sampling_prob, mean_catch_rate) Ehat catch_rate_ROM true_catch true_effort mean_lambda 1 3760.937 4.967025 16695.33 3362.48 4.99031 > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 1.73 0.14 1.87 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