CRAN Package Check Results for Package forecastML

Last updated on 2025-12-06 00:48:42 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 12.93 482.48 495.41 NOTE
r-devel-linux-x86_64-debian-gcc 0.9.0 8.09 88.12 96.21 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.0 79.00 528.42 607.42 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.0 83.00 503.30 586.30 ERROR
r-devel-windows-x86_64 0.9.0 13.00 331.00 344.00 OK
r-patched-linux-x86_64 0.9.0 13.64 444.23 457.87 OK
r-release-linux-x86_64 0.9.0 11.39 444.18 455.57 OK
r-release-macos-arm64 0.9.0 OK
r-release-macos-x86_64 0.9.0 10.00 481.00 491.00 OK
r-release-windows-x86_64 0.9.0 15.00 338.00 353.00 OK
r-oldrel-macos-arm64 0.9.0 OK
r-oldrel-macos-x86_64 0.9.0 14.00 373.00 387.00 OK
r-oldrel-windows-x86_64 0.9.0 20.00 433.00 453.00 OK

Check Details

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

Version: 0.9.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'glmnet', 'DT', 'knitr', 'rmarkdown', 'covr' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.0
Check: examples
Result: ERROR Running examples in ‘forecastML-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plot.forecast_model_hyper > ### Title: Plot hyperparameters > ### Aliases: plot.forecast_model_hyper > > ### ** Examples > > # Sampled Seatbelts data from the R package datasets. > data("data_seatbelts", package = "forecastML") > > # Example - Training data for 2 horizon-specific models w/ common lags per predictor. > horizons <- c(1, 12) > lookback <- 1:15 > > data_train <- create_lagged_df(data_seatbelts, type = "train", outcome_col = 1, + lookback = lookback, horizon = horizons) > > # One custom validation window at the end of the dataset. > windows <- create_windows(data_train, window_start = 181, window_stop = 192) > > # User-define model - LASSO > # A user-defined wrapper function for model training that takes the following > # arguments: (1) a horizon-specific data.frame made with create_lagged_df(..., type = "train") > # (e.g., my_lagged_df$horizon_h) and, optionally, (2) any number of additional named arguments > # which are passed as '...' in train_model(). > library(glmnet) Error in library(glmnet) : there is no package called ‘glmnet’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.9.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.9.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘dtplyr’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.9.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘combine_forecasts.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘combine_forecasts.Rmd’ --- re-building ‘custom_functions.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘custom_functions.Rmd’ --- re-building ‘grouped_forecast.Rmd’ using rmarkdown [11:42:29] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:43:10] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:43:52] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:44:39] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:45:17] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:45:53] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:46:33] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:46:52] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [11:47:12] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. Quitting from grouped_forecast.Rmd:320-322 [unnamed-chunk-14] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `array()`: ! length of 'dimnames' [1] not equal to array extent --- Backtrace: ▆ 1. ├─base::summary(model_results_cv$horizon_1$window_1$model) 2. └─base::summary.default(model_results_cv$horizon_1$window_1$model) 3. └─base::array(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'grouped_forecast.Rmd' failed with diagnostics: length of 'dimnames' [1] not equal to array extent --- failed re-building ‘grouped_forecast.Rmd’ --- re-building ‘lagged_features.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘lagged_features.Rmd’ --- re-building ‘package_overview.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘package_overview.Rmd’ SUMMARY: processing the following file failed: ‘grouped_forecast.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.9.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building ‘combine_forecasts.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘combine_forecasts.Rmd’ --- re-building ‘custom_functions.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘custom_functions.Rmd’ --- re-building ‘grouped_forecast.Rmd’ using rmarkdown [12:38:00] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:38:42] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:39:20] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:40:00] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:40:35] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:41:03] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:41:32] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:41:50] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. [12:42:05] WARNING: src/objective/regression_obj.cu:282: reg:linear is now deprecated in favor of reg:squarederror. Quitting from grouped_forecast.Rmd:320-322 [unnamed-chunk-14] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error in `array()`: ! length of 'dimnames' [1] not equal to array extent --- Backtrace: ▆ 1. ├─base::summary(model_results_cv$horizon_1$window_1$model) 2. └─base::summary.default(model_results_cv$horizon_1$window_1$model) 3. └─base::array(...) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'grouped_forecast.Rmd' failed with diagnostics: length of 'dimnames' [1] not equal to array extent --- failed re-building ‘grouped_forecast.Rmd’ --- re-building ‘lagged_features.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘lagged_features.Rmd’ --- re-building ‘package_overview.Rmd’ using rmarkdown [WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead. --- finished re-building ‘package_overview.Rmd’ SUMMARY: processing the following file failed: ‘grouped_forecast.Rmd’ Error: Vignette re-building failed. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc