Last updated on 2026-06-15 21:54:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.9 | 655.68 | 139.25 | 794.93 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.9 | 599.96 | 93.86 | 693.82 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.9 | 780.00 | 210.70 | 990.70 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.9 | 1500.00 | 264.03 | 1764.03 | OK | |
| r-devel-windows-x86_64 | 1.9 | 715.00 | 252.00 | 967.00 | ERROR | |
| r-patched-linux-x86_64 | 1.9 | 744.32 | 136.79 | 881.11 | OK | |
| r-release-linux-x86_64 | 1.9 | 767.37 | 135.67 | 903.04 | OK | |
| r-release-macos-arm64 | 1.9 | 140.00 | -58.00 | 82.00 | OK | |
| r-release-macos-x86_64 | 1.9 | 149.00 | 17.00 | 166.00 | ERROR | |
| r-release-windows-x86_64 | 1.9 | 716.00 | 278.00 | 994.00 | OK | |
| r-oldrel-macos-arm64 | 1.9 | 135.00 | -53.00 | 82.00 | OK | |
| r-oldrel-macos-x86_64 | 1.9 | 443.00 | -27.00 | 416.00 | OK | |
| r-oldrel-windows-x86_64 | 1.9 | 909.00 | 393.00 | 1302.00 | OK |
Version: 1.9
Check: examples
Result: ERROR
Running examples in ‘RTMB-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ADapply
> ### Title: AD apply functions
> ### Aliases: ADapply apply,advector-method sapply,ANY-method
> ### Vectorize,ANY-method
>
> ### ** Examples
>
> F <- MakeTape(function(x) apply(matrix(x,2,2), 2, sum), numeric(4))
Error: '*this' is not a valid 'advector' (constructed using illegal operation?)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.9
Check: tests
Result: ERROR
Running ‘tinytest.R’ [0s/5s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly=TRUE)) {
+ tinytest::test_package("RTMB", ncpu=getOption("Ncpus", 1))
+ }
starting worker pid=2132511 on localhost:11131 at 14:34:56.742
test-advector.R............... 9 tests OK 0.1s
test-bessel.R................. 6 tests OK 17ms
test-distributions.R.......... 27 tests OK 2.1s
Error in checkForRemoteErrors(val) :
one node produced an error: error in evaluating the argument 'x' in selecting a method for function 'eigen': '*this' is not a valid 'advector' (constructed using illegal operation?)
Calls: <Anonymous> ... clusterApply -> staticClusterApply -> checkForRemoteErrors
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.9
Check: examples
Result: ERROR
Running examples in 'RTMB-Ex.R' failed
The error most likely occurred in:
> ### Name: ADapply
> ### Title: AD apply functions
> ### Aliases: ADapply apply,advector-method sapply,ANY-method
> ### Vectorize,ANY-method
>
> ### ** Examples
>
> F <- MakeTape(function(x) apply(matrix(x,2,2), 2, sum), numeric(4))
Error: '*this' is not a valid 'advector' (constructed using illegal operation?)
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.9
Check: tests
Result: ERROR
Running 'tinytest.R' [5s]
Running the tests in 'tests/tinytest.R' failed.
Complete output:
> if (requireNamespace("tinytest", quietly=TRUE)) {
+ tinytest::test_package("RTMB", ncpu=getOption("Ncpus", 1))
+ }
starting worker pid=2330124 on localhost:11408 at 09:07:36.280
test-advector.R............... 9 tests OK 90ms
test-bessel.R................. 6 tests OK 24ms
test-distributions.R.......... 27 tests OK 2.1s
Error in checkForRemoteErrors(val) :
one node produced an error: error in evaluating the argument 'x' in selecting a method for function 'eigen': '*this' is not a valid 'advector' (constructed using illegal operation?)
Calls: <Anonymous> ... clusterApply -> staticClusterApply -> checkForRemoteErrors
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.9
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-release-macos-x86_64