Last updated on 2026-05-06 01:51:25 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.6.15 | 74.50 | 122.08 | 196.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.6.15 | 54.89 | 88.26 | 143.15 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.6.15 | 125.00 | 189.25 | 314.25 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.6.15 | 154.00 | 195.68 | 349.68 | OK | |
| r-devel-windows-x86_64 | 0.6.15 | 111.00 | 139.00 | 250.00 | OK | |
| r-patched-linux-x86_64 | 0.6.15 | 66.99 | 115.34 | 182.33 | OK | |
| r-release-linux-x86_64 | 0.6.15 | 77.71 | 114.66 | 192.37 | OK | |
| r-release-macos-arm64 | 0.6.15 | 17.00 | 20.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 0.6.15 | 47.00 | 119.00 | 166.00 | OK | |
| r-release-windows-x86_64 | 0.6.15 | 120.00 | 142.00 | 262.00 | OK | |
| r-oldrel-macos-arm64 | 0.6.15 | OK | ||||
| r-oldrel-macos-x86_64 | 0.6.15 | 46.00 | 88.00 | 134.00 | OK | |
| r-oldrel-windows-x86_64 | 0.6.15 | 130.00 | 173.00 | 303.00 | OK |
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.503 0.044 0.565 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