CRAN Package Check Results for Package bandit

Last updated on 2025-05-01 14:49:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.1 1.62 21.19 22.81 NOTE
r-devel-linux-x86_64-debian-gcc 0.5.1 1.41 16.92 18.33 NOTE
r-devel-linux-x86_64-fedora-clang 0.5.1 35.89 OK
r-devel-linux-x86_64-fedora-gcc 0.5.1 35.58 OK
r-devel-windows-x86_64 0.5.1 3.00 48.00 51.00 OK
r-patched-linux-x86_64 0.5.1 2.18 20.01 22.19 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 0.5.1 18.00 OK
r-release-macos-x86_64 0.5.1 28.00 OK
r-release-windows-x86_64 0.5.1 3.00 0.00 3.00 FAIL
r-oldrel-macos-arm64 0.5.1 17.00 OK
r-oldrel-macos-x86_64 0.5.1 23.00 OK
r-oldrel-windows-x86_64 0.5.1 4.00 46.00 50.00 OK

Check Details

Version: 0.5.1
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Markus Loecher <markus.loecher@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "Thomas", family = "Lotze", role = "aut"), person(given = "Markus", family = "Loecher", role = c("aut", "cre"), email = "markus.loecher@gmail.com")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.5.1
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: > > x=c(10,20,30,80) > n=c(100,102,120,240) > vr = value_remaining(x, n) > hist(vr) > best_arm = which.max(best_binomial_bandit(x, n)) > # "potential value" remaining in the experiment > potential_value = quantile(vr, 0.95) > paste("Were still unsure about the CvR for the best arm (arm ", best_arm, + "), but whatever it is, one of the other arms might beat it by as much as ", + round(potential_value*100, 4), " percent.", sep="") [1] "Were still unsure about the CvR for the best arm (arm 4), but whatever it is, one of the other arms might beat it by as much as 1.4944 percent." > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.83 0.2 1.03 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

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.