CRAN Package Check Results for Package arc

Last updated on 2025-07-12 09:49:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.2 9.14 77.06 86.20 OK
r-devel-linux-x86_64-debian-gcc 1.4.2 6.16 57.51 63.67 OK
r-devel-linux-x86_64-fedora-clang 1.4.2 133.69 OK
r-devel-linux-x86_64-fedora-gcc 1.4.2 129.59 OK
r-devel-windows-x86_64 1.4.2 10.00 86.00 96.00 OK
r-patched-linux-x86_64 1.4.2 9.94 74.84 84.78 OK
r-release-linux-x86_64 1.4.2 9.37 75.80 85.17 OK
r-release-macos-arm64 1.4.2 40.00 OK
r-release-macos-x86_64 1.4.2 98.00 OK
r-release-windows-x86_64 1.4.2 10.00 0.00 10.00 FAIL
r-oldrel-macos-arm64 1.4.2 43.00 OK
r-oldrel-macos-x86_64 1.4.2 115.00 OK
r-oldrel-windows-x86_64 1.4.2 14.00 109.00 123.00 OK

Check Details

Version: 1.4.2
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: > appearance <- list(rhs = c("Species=setosa", "Species=versicolor", + "Species=virginica"), default="lhs") > data <- sapply(datasets::iris,as.factor) > data <- data.frame(data, check.names=FALSE) > txns <- as(data,"transactions") Warning: Column(s) 1, 2, 3, 4, 5 not logical or factor. Applying default discretization (see '? discretizeDF'). > rules <- topRules(txns, appearance) Running apriori with setting: confidence = 0.5 , support = 0 , minlen = 2 , maxlen = 3 , MAX_RULE_LEN = 5 Rule count: 21304 Iteration: 1 Target rule count satisfied: 1000 Removing excess discovered rules > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 8.08 0.58 8.65 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