Skip to content

Commit

Permalink
Fixed a link that produced a NOTE in CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dazzimonti committed May 29, 2024
1 parent d6c959a commit 6436b8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
#' * Category level aggregations (`HOBBIES`, `HOUSEHOLD`, `FOODS`)
#' * Department level aggregations (`HOBBIES_1`, `HOBBIES_2`, `HOUSEHOLD_1`, `HOUSEHOLD_2`, `FOODS_1`, `FOODS_2`, `FOODS_3`)
#'
#' Forecasts are generated with the function \link[smooth]{forecast} and the model \link[smooth]{adam} from the package `smooth`.
#' Forecasts are generated with the function `forecast` and the model `adam` from the package `smooth`.
#' * The models for the bottom time series are selected with multiplicative Gamma error term (`MNN`);
#' * The models for the upper time series (`AXZ`) is selected with Gaussian additive error term, seasonality selected based on information criterion.
#'
Expand All @@ -157,6 +157,8 @@
#'
#' Makridakis, Spyros & Spiliotis, Evangelos & Assimakopoulos, Vassilis. (2020). *The M5 Accuracy competition: Results, findings and conclusions.* International Journal of Forecasting 38(4) 1346-1364. \doi{10.1016/j.ijforecast.2021.10.009}
#'
#' Svetunkov I (2023). *smooth: Forecasting Using State Space Models*. R package version 4.0.0, <https://CRAN.R-project.org/package=smooth>.
#'
#' @source
#' Makridakis, Spyros & Spiliotis, Evangelos & Assimakopoulos, Vassilis. (2020). *The M5 Accuracy competition: Results, findings and conclusions.* International Journal of Forecasting 38(4) 1346-1364. \doi{10.1016/j.ijforecast.2021.10.009}
"M5_CA1_basefc"
4 changes: 3 additions & 1 deletion man/M5_CA1_basefc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6436b8a

Please sign in to comment.