Last updated on 2026-03-21 01:56:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.8 | 551.51 | 114.49 | 666.00 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.8 | 525.36 | 81.37 | 606.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.9 | 840.00 | 199.21 | 1039.21 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.8 | 1380.00 | 170.58 | 1550.58 | ERROR | |
| r-devel-macos-arm64 | 1.9 | 146.00 | -60.00 | 86.00 | OK | |
| r-devel-windows-x86_64 | 1.8 | 635.00 | 245.00 | 880.00 | ERROR | |
| r-patched-linux-x86_64 | 1.8 | 657.25 | 109.75 | 767.00 | OK | |
| r-release-linux-x86_64 | 1.8 | 669.09 | 109.20 | 778.29 | OK | |
| r-release-macos-arm64 | 1.8 | OK | ||||
| r-release-macos-x86_64 | 1.9 | 443.00 | -27.00 | 416.00 | OK | |
| r-release-windows-x86_64 | 1.8 | 611.00 | 257.00 | 868.00 | OK | |
| r-oldrel-macos-arm64 | 1.9 | 136.00 | -47.00 | 89.00 | WARN | |
| r-oldrel-macos-x86_64 | 1.9 | 438.00 | -1.00 | 437.00 | WARN | |
| r-oldrel-windows-x86_64 | 1.8 | 743.00 | 343.00 | 1086.00 | NOTE |
Version: 1.8
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: OSA-residuals
> ### Title: Recursive quantile residuals
> ### Aliases: OSA-residuals oneStepPredict [.osa length.osa dim.osa
> ### is.array.osa is.matrix.osa
>
> ### ** Examples
>
> set.seed(1)
> rw <- cumsum(.5*rnorm(20))
> obs <- rpois(20, lambda=exp(rw))
> func <- function(p) {
+ obs <- OBS(obs) ## Mark 'obs' for OSA calculation on request
+ ans <- 0
+ jump <- c(p$rw[1], diff(p$rw))
+ ans <- ans - sum(dnorm(jump, sd=p$sd, log=TRUE))
+ ans <- ans - sum(dpois(obs, lambda=exp(p$rw), log=TRUE))
+ ans
+ }
> obj <- MakeADFun(func,
+ parameters=list(rw=rep(0,20), sd=1),
+ random="rw")
Error in advector(e2) :
Invalid argument to 'advector' (lost class attribute?)
Calls: MakeADFun ... diff.advector -> diff_patch -> Ops.advector -> Arith2 -> advector
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘RTMB-advanced.rmd’ using rmarkdown
Quitting from RTMB-advanced.rmd:236-239 [unnamed-chunk-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `advector()`:
! Invalid argument to 'advector' (lost class attribute?)
---
Backtrace:
▆
1. └─RTMB::MakeTape(diff, numeric(5))
2. └─RTMB:::.MakeTape(f, x)
3. ├─base (local) f(x)
4. └─RTMB::diff.advector(x)
5. └─RTMB:::diff_patch(x, lag = lag, differences = differences, ...)
6. └─RTMB::Ops.advector(...)
7. ├─RTMB:::Arith2(advector(e1), advector(e2), .Generic)
8. └─RTMB::advector(e2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'RTMB-advanced.rmd' failed with diagnostics:
Invalid argument to 'advector' (lost class attribute?)
--- failed re-building ‘RTMB-advanced.rmd’
--- re-building ‘RTMB-introduction.rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘RTMB-introduction.rmd’
SUMMARY: processing the following file failed:
‘RTMB-advanced.rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.8
Check: examples
Result: ERROR
Running examples in ‘RTMB-Ex.R’ failed
The error most likely occurred in:
> ### Name: OSA-residuals
> ### Title: Recursive quantile residuals
> ### Aliases: OSA-residuals oneStepPredict [.osa length.osa dim.osa
> ### is.array.osa is.matrix.osa
>
> ### ** Examples
>
> set.seed(1)
> rw <- cumsum(.5*rnorm(20))
> obs <- rpois(20, lambda=exp(rw))
> func <- function(p) {
+ obs <- OBS(obs) ## Mark 'obs' for OSA calculation on request
+ ans <- 0
+ jump <- c(p$rw[1], diff(p$rw))
+ ans <- ans - sum(dnorm(jump, sd=p$sd, log=TRUE))
+ ans <- ans - sum(dpois(obs, lambda=exp(p$rw), log=TRUE))
+ ans
+ }
> obj <- MakeADFun(func,
+ parameters=list(rw=rep(0,20), sd=1),
+ random="rw")
Error in advector(e2) :
Invalid argument to 'advector' (lost class attribute?)
Calls: MakeADFun ... diff.advector -> diff_patch -> Ops.advector -> Arith2 -> advector
Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘RTMB-advanced.rmd’ using rmarkdown
Quitting from RTMB-advanced.rmd:236-239 [unnamed-chunk-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `advector()`:
! Invalid argument to 'advector' (lost class attribute?)
---
Backtrace:
▆
1. └─RTMB::MakeTape(diff, numeric(5))
2. └─RTMB:::.MakeTape(f, x)
3. ├─base (local) f(x)
4. └─RTMB::diff.advector(x)
5. └─RTMB:::diff_patch(x, lag = lag, differences = differences, ...)
6. └─RTMB::Ops.advector(...)
7. ├─RTMB:::Arith2(advector(e1), advector(e2), .Generic)
8. └─RTMB::advector(e2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'RTMB-advanced.rmd' failed with diagnostics:
Invalid argument to 'advector' (lost class attribute?)
--- failed re-building ‘RTMB-advanced.rmd’
--- re-building ‘RTMB-introduction.rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
--- finished re-building ‘RTMB-introduction.rmd’
SUMMARY: processing the following file failed:
‘RTMB-advanced.rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.8
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'RTMB-advanced.rmd' using rmarkdown
Quitting from RTMB-advanced.rmd:236-239 [unnamed-chunk-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `advector()`:
! Invalid argument to 'advector' (lost class attribute?)
---
Backtrace:
▆
1. └─RTMB::MakeTape(diff, numeric(5))
2. └─RTMB:::.MakeTape(f, x)
3. ├─base (local) f(x)
4. └─RTMB::diff.advector(x)
5. └─RTMB:::diff_patch(x, lag = lag, differences = differences, ...)
6. └─RTMB::Ops.advector(...)
7. ├─RTMB:::Arith2(advector(e1), advector(e2), .Generic)
8. └─RTMB::advector(e2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'RTMB-advanced.rmd' failed with diagnostics:
Invalid argument to 'advector' (lost class attribute?)
--- failed re-building 'RTMB-advanced.rmd'
--- re-building 'RTMB-introduction.rmd' using rmarkdown
--- finished re-building 'RTMB-introduction.rmd'
SUMMARY: processing the following file failed:
'RTMB-advanced.rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.9
Check: installed package size
Result: NOTE
installed size is 134.1Mb
sub-directories of 1Mb or more:
R 2.1Mb
libs 131.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.9
Check: for code/documentation mismatches
Result: WARN
Codoc mismatches from Rd file 'ADvector.Rd':
\S4method{findInterval}{advector,advector}
Code: function(x, vec, rightmost.closed = FALSE, all.inside = FALSE,
left.open = FALSE)
Docs: function(x, vec, rightmost.closed = FALSE, all.inside = FALSE,
left.open = FALSE, checkSorted = TRUE, checkNA = TRUE)
Argument names in docs not in code:
checkSorted checkNA
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.8
Check: installed package size
Result: NOTE
installed size is 10.3Mb
sub-directories of 1Mb or more:
R 1.1Mb
libs 8.3Mb
Flavor: r-oldrel-windows-x86_64