CRAN Package Check Results for Package autoTS

Last updated on 2026-07-28 01:51:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.11 2.99 75.78 78.77 NOTE
r-devel-linux-x86_64-debian-gcc 0.9.11 2.50 54.43 56.93 NOTE
r-devel-linux-x86_64-fedora-clang 0.9.11 121.09 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.11 54.30 NOTE
r-devel-windows-x86_64 0.9.11 7.00 57.00 64.00 ERROR
r-patched-linux-x86_64 0.9.11 2.68 73.24 75.92 OK
r-release-linux-x86_64 0.9.11 2.84 72.18 75.02 OK
r-release-macos-arm64 0.9.11 1.00 24.00 25.00 OK
r-release-macos-x86_64 0.9.11 2.00 114.00 116.00 OK
r-release-windows-x86_64 0.9.11 5.00 93.00 98.00 OK
r-oldrel-macos-arm64 0.9.11 OK
r-oldrel-macos-x86_64 0.9.11 2.00 72.00 74.00 OK
r-oldrel-windows-x86_64 0.9.11 7.00 119.00 126.00 OK

Check Details

Version: 0.9.11
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Vivien Roussez <vivien.roussez@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Vivien", family = "Roussez", role = c("aut", "cre"), email = "vivien.roussez@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.9.11
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘plotly’ ‘shinycssloaders’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.9.11
Check: examples
Result: ERROR Running examples in 'autoTS-Ex.R' failed The error most likely occurred in: > ### Name: getBestModel > ### Title: Determine best algorithm > ### Aliases: getBestModel > > ### ** Examples > > library(autoTS) > dates <- seq(lubridate::as_date("2005-01-01"),lubridate::as_date("2010-12-31"),"quarter") > values <- 10+ 1:length(dates)/10 + rnorm(length(dates),mean = 0,sd = 10) > ### Custom set of algorithm (including for bagged estimator) > which.model <- getBestModel(dates,values,freq = "quarter",n_test = 4, + algos = list("my.prophet","my.ets"),bagged = "custom") Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/prophet/libs/x64/prophet.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Calls: getBestModel ... %>% -> loadNamespace -> library.dynam -> dyn.load -> inDL Execution halted Flavor: r-devel-windows-x86_64

Version: 0.9.11
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'autoTS_vignette.Rmd' using rmarkdown Quitting from autoTS_vignette.Rmd:101-108 [unnamed-chunk-5] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `inDL()`: ! unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/prophet/libs/x64/prophet.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. --- Backtrace: ▆ 1. ├─autoTS::getBestModel(ex1$dates, ex1$values, "quarter", graph = F) 2. │ ├─... %>% dplyr::rename(actual.value = .data$val) 3. │ └─autoTS::my.predictions(...) 4. │ └─base::lapply(algos_apply, function(xx) xx(prepedTS, n_pred)) 5. │ └─autoTS (local) FUN(X[[i]], ...) 6. │ └─autoTS (local) xx(prepedTS, n_pred) 7. │ └─... %>% ... 8. ├─dplyr::rename(., actual.value = .data$val) 9. ├─dplyr::full_join(., df, by = "dates") 10. ├─dplyr::select(., -.data$actual.value) 11. └─base::loadNamespace(x) 12. └─base::library.dynam(lib, package, package.lib) 13. └─base::dyn.load(file, DLLpath = DLLpath, ...) 14. └─base (local) inDL(x, as.logical(local), as.logical(now), ...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'autoTS_vignette.Rmd' failed with diagnostics: unable to load shared object 'D:/RCompile/CRANpkg/lib/4.7/prophet/libs/x64/prophet.dll': LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. --- failed re-building 'autoTS_vignette.Rmd' SUMMARY: processing the following file failed: 'autoTS_vignette.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64