Skip to content

Commit 0215f5e

Browse files
committed
fixes to pass CRAN pre-checks
1 parent da59458 commit 0215f5e

15 files changed

+56
-54
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Version: 2.8.4
2-
Date: 2023-09-12 13:24:04 UTC
3-
SHA: 8896cd71672eae3ebbd4119bc9c38b159323f4d4
1+
Version: 2.9.1
2+
Date: 2025-08-28 14:41:28 UTC
3+
SHA: da5945898469f749bb99947fb8f8be196a1d1c4c

R/data-m4_daily.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' - `value` Numeric. Value at the corresponding timestamp.
1515
#'
1616
#' @source
17-
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
17+
#' - [M4 Competition Website](https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/)
1818
#'
1919
#' @examples
2020
#' m4_daily

R/data-m4_hourly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' - `value` Numeric. Value at the corresponding timestamp.
1515
#'
1616
#' @source
17-
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
17+
#' - [M4 Competition Website](https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/)
1818
#'
1919
#' @examples
2020
#' m4_hourly

R/data-m4_monthly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' - `value` Numeric. Value at the corresponding timestamp.
1515
#'
1616
#' @source
17-
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
17+
#' - [M4 Competition Website](https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/)
1818
#'
1919
#' @examples
2020
#' m4_monthly

R/data-m4_quarterly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' - `value` Numeric. Value at the corresponding timestamp.
1515
#'
1616
#' @source
17-
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
17+
#' - [M4 Competition Website](https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/)
1818
#'
1919
#' @examples
2020
#' m4_quarterly

R/data-m4_weekly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#' - `value` Numeric. Value at the corresponding timestamp.
1616
#'
1717
#' @source
18-
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
18+
#' - [M4 Competition Website](https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/)
1919
#'
2020
#' @examples
2121
#' m4_weekly

R/data-m4_yearly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' - `value` Numeric. Value at the corresponding timestamp.
1515
#'
1616
#' @source
17-
#' - [M4 Competition Website](https://mofc.unic.ac.cy/m4/)
17+
#' - [M4 Competition Website](https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/)
1818
#'
1919
#' @examples
2020
#'

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Become the Time Series Expert for your organization.
156156

157157
The `timetk` package wouldn't be possible without other amazing time series packages.
158158

159-
* [stats](https://rdrr.io/r/stats/stats-package.html) - Basically every `timetk` function that uses a period (frequency) argument owes it to `ts()`.
159+
* `stats` - Basically every `timetk` function that uses a period (frequency) argument owes it to `ts()`.
160160
- `plot_acf_diagnostics()`: Leverages `stats::acf()`, `stats::pacf()` & `stats::ccf()`
161161
- `plot_stl_diagnostics()`: Leverages `stats::stl()`
162162
* [lubridate](https://lubridate.tidyverse.org/): `timetk` makes heavy use of `floor_date()`, `ceiling_date()`, and `duration()` for "time-based phrases".

README.md

Lines changed: 40 additions & 38 deletions
Large diffs are not rendered by default.

man/m4_daily.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)