Last updated on 2025-11-30 00:49:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.15 | 68.22 | 121.15 | 189.37 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.15 | 45.93 | 88.34 | 134.27 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.15 | 137.00 | 193.08 | 330.08 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.15 | 125.00 | 195.75 | 320.75 | OK | |
| r-devel-windows-x86_64 | 0.6.15 | 121.00 | 132.00 | 253.00 | OK | |
| r-patched-linux-x86_64 | 0.6.15 | 65.93 | 115.87 | 181.80 | OK | |
| r-release-linux-x86_64 | 0.6.15 | 69.05 | 116.25 | 185.30 | OK | |
| r-release-macos-arm64 | 0.6.15 | OK | ||||
| r-release-macos-x86_64 | 0.6.15 | 24.00 | 110.00 | 134.00 | OK | |
| r-release-windows-x86_64 | 0.6.15 | 107.00 | 136.00 | 243.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.15 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.6.15 | 13.00 | 63.00 | 76.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.6.15 | 121.00 | 162.00 | 283.00 | NOTE |
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.447 0.022 0.479 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'
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.15
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64