CRAN Package Check Results for Package tsgc

Last updated on 2025-12-06 00:49:05 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0 8.69 109.01 117.70 OK
r-devel-linux-x86_64-debian-gcc 0.0 5.25 36.60 41.85 ERROR
r-devel-linux-x86_64-fedora-clang 0.0 36.00 152.64 188.64 OK
r-devel-linux-x86_64-fedora-gcc 0.0 32.00 161.18 193.18 OK
r-devel-windows-x86_64 0.0 9.00 109.00 118.00 OK
r-patched-linux-x86_64 0.0 9.12 101.23 110.35 OK
r-release-linux-x86_64 0.0 7.96 101.61 109.57 OK
r-release-macos-arm64 0.0 OK
r-release-macos-x86_64 0.0 6.00 88.00 94.00 OK
r-release-windows-x86_64 0.0 9.00 107.00 116.00 OK
r-oldrel-macos-arm64 0.0 OK
r-oldrel-macos-x86_64 0.0 7.00 89.00 96.00 OK
r-oldrel-windows-x86_64 0.0 14.00 135.00 149.00 OK

Check Details

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

Version: 0.0
Check: HTML version of manual
Result: NOTE Skipping checking math rendering: package 'V8' unavailable Flavor: r-devel-linux-x86_64-debian-gcc