CRAN Package Check Results for Package detrendr

Last updated on 2024-10-19 02:49:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.15 72.96 102.06 175.02 OK
r-devel-linux-x86_64-debian-gcc 0.6.15 56.02 73.29 129.31 OK
r-devel-linux-x86_64-fedora-clang 0.6.15 313.52 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6.15 358.26 NOTE
r-devel-windows-x86_64 0.6.15 102.00 148.00 250.00 OK
r-patched-linux-x86_64 0.6.15 ERROR
r-release-linux-x86_64 0.6.15 74.51 94.30 168.81 NOTE
r-release-macos-arm64 0.6.15 91.00 NOTE
r-release-macos-x86_64 0.6.15 135.00 NOTE
r-release-windows-x86_64 0.6.15 100.00 151.00 251.00 NOTE
r-oldrel-macos-arm64 0.6.15 107.00 NOTE
r-oldrel-macos-x86_64 0.6.15 177.00 NOTE
r-oldrel-windows-x86_64 0.6.15 121.00 153.00 274.00 NOTE

Additional issues

Intel

Check Details

Version: 0.6.15
Check: for GNU extensions in Makefiles
Result: NOTE GNU make is a SystemRequirements. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, 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: 0.6.15
Check: examples
Result: ERROR Running examples in ‘detrendr-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: rtoboxes > ### Title: Randomly place balls in boxes. > ### Aliases: rtoboxes > > ### ** Examples > > rtoboxes(30, 7) [1] 3 5 5 1 6 4 6 > rtoboxes(30, 7, capacities = c(rep(1, 3), rep(7, 4))) [1] 1 1 1 7 7 7 6 > rtoboxes(30, 7, + capacities = c(rep(1, 3), rep(70, 4)), + weights = c(rep(0.1, 6), 1) + ) [1] 1 1 1 4 0 1 22 > > > > base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") > base::cat("rtoboxes", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 0.718 0.03 0.831 0 0 > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') *** caught segfault *** address 0xfffffffffffffff7, cause 'memory not mapped' *** caught segfault *** address 0xfffffffffffffff7, cause 'memory not mapped' An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavor: r-patched-linux-x86_64