CRAN Package Check Results for Package flap

Last updated on 2024-06-13 04:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.23 24.42 26.65 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.68 16.55 18.23 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 33.65 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 31.75 OK
r-devel-windows-x86_64 0.1.0 3.00 38.00 41.00 OK
r-patched-linux-x86_64 0.1.0 1.86 24.10 25.96 OK
r-release-linux-x86_64 0.1.0 1.94 23.19 25.13 OK
r-release-macos-arm64 0.1.0 17.00 OK
r-release-macos-x86_64 0.1.0 23.00 OK
r-release-windows-x86_64 0.1.0 4.00 39.00 43.00 OK
r-oldrel-macos-arm64 0.1.0 21.00 OK
r-oldrel-macos-x86_64 0.1.0 35.00 OK
r-oldrel-windows-x86_64 0.1.0 2.00 43.00 45.00 OK

Check Details

Version: 0.1.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘forecast’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘flap-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: flap > ### Title: Forecast Linear Augmented Projection > ### Aliases: flap > > ### ** Examples > > # Generate example data > # T = 70, m = 20 > train <- matrix(rnorm(70 * 20),ncol = 20) > > # Obtain the forecast and the residual of the original series > mdl <- apply(train, 2, forecast::ets) Error in loadNamespace(x) : there is no package called ‘forecast’ Calls: apply ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc