Last updated on 2025-12-07 07:50:24 CET.
| Package | ERROR | OK |
|---|---|---|
| tsgc | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 0.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'timetk', 'kableExtra'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0
Check: examples
Result: ERROR
Running examples in ‘tsgc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: FilterResults-class
> ### Title: FilterResults
> ### Aliases: FilterResults-class FilterResults
>
> ### ** Examples
>
> library(tsgc)
> data(gauteng,package="tsgc")
> idx.est <- zoo::index(gauteng) <= as.Date("2020-07-20")
>
> # Specify a model
> model <- SSModelDynamicGompertz$new(Y = gauteng[idx.est], q = 0.005)
> # Estimate a specified model
> res <- model$estimate()
Warning in `dim<-.zoo`(`*tmp*`, value = length(x)) :
setting this dimension may lead to an invalid zoo object
Warning in `dim<-.zoo`(`*tmp*`, value = c(n, p)) :
setting this dimension may lead to an invalid zoo object
> # Print estimation results
> res$print_estimation_results()
Error in loadNamespace(x) : there is no package called ‘kableExtra’
Calls: <Anonymous> ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc