* using log directory 'd:/Rcompile/CRANpkg/local/4.7/autoTS.Rcheck'
* using R Under development (unstable) (2026-07-23 r90295 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 14.3.0
    GNU Fortran (GCC) 14.3.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* current time: 2026-07-24 10:58:41 UTC
* checking for file 'autoTS/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'autoTS' version '0.9.11'
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'autoTS' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... [1s] OK
* checking whether the package can be loaded with stated dependencies ... [0s] OK
* checking whether the package can be unloaded cleanly ... [1s] OK
* checking whether the namespace can be loaded with stated dependencies ... [1s] OK
* checking whether the namespace can be unloaded cleanly ... [1s] OK
* checking loading without being on the library search path ... [1s] OK
* checking use of S3 registration ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... [3s] OK
* checking Rd files ... [1s] OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking LazyData ... INFO
  'LazyData' is specified without a 'data' directory
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... [3s] 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
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... [5s] 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

* checking PDF version of manual ... [19s] OK
* checking HTML version of manual ... [1s] OK
* DONE
Status: 2 ERRORs
