CRAN Package Check Results for Package twinning

Last updated on 2025-06-30 01:50:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 11.67 24.20 35.87 NOTE
r-devel-linux-x86_64-debian-gcc 1.0 8.23 20.18 28.41 NOTE
r-devel-linux-x86_64-fedora-clang 1.0 59.96 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0 59.29 NOTE
r-devel-windows-x86_64 1.0 14.00 68.00 82.00 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 1.0 11.62 22.64 34.26 NOTE
r-release-macos-arm64 1.0 20.00 NOTE
r-release-macos-x86_64 1.0 39.00 NOTE
r-release-windows-x86_64 1.0 14.00 0.00 14.00 FAIL
r-oldrel-macos-arm64 1.0 23.00 NOTE
r-oldrel-macos-x86_64 1.0 33.00 NOTE
r-oldrel-windows-x86_64 1.0 14.00 76.00 90.00 NOTE

Check Details

Version: 1.0
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.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: > data = cbind(X, Y) > twin1_indices = twin(data, r=5) > twin1 = data[twin1_indices, ] > twin2 = data[-twin1_indices, ] > plot(data, main="Smaller Twin") > points(twin1, col="green", cex=2) > > ## 2. An 80-20 split of the iris dataset > twin1_indices = twin(iris, r=5) > twin1 = iris[twin1_indices, ] > twin2 = iris[-twin1_indices, ] > > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.39 0 0.42 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