From af05321f8e385b3a9df9d5a374ffa8d8d4a44ec1 Mon Sep 17 00:00:00 2001 From: mdancho Date: Tue, 25 Jul 2017 12:47:32 -0400 Subject: [PATCH] pre-CRAN submission --- NAMESPACE | 2 +- R/tk_get_timeseries.R | 4 ++-- R/tk_make_timeseries.R | 2 +- man/tk_get_timeseries.Rd | 4 ++-- man/tk_make_future_timeseries.Rd | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index a2d650d9..8d1de8ef 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,6 +1,5 @@ # Generated by roxygen2: do not edit by hand - S3method(has_timetk_idx,Arima) S3method(has_timetk_idx,HoltWinters) S3method(has_timetk_idx,StructTS) @@ -13,6 +12,7 @@ S3method(has_timetk_idx,ets) S3method(has_timetk_idx,forecast) S3method(has_timetk_idx,fracdiff) S3method(has_timetk_idx,nnetar) +S3method(has_timetk_idx,robets) S3method(has_timetk_idx,stl) S3method(has_timetk_idx,stlm) S3method(has_timetk_idx,ts) diff --git a/R/tk_get_timeseries.R b/R/tk_get_timeseries.R index f3e10067..332500b2 100644 --- a/R/tk_get_timeseries.R +++ b/R/tk_get_timeseries.R @@ -14,10 +14,10 @@ #' `tk_get_timeseries_summary` returns the summary returns the #' start, end, units, scale, and a "summary" of the timeseries differences #' in seconds including -#' the minmum, 1st quartile, median, mean, 3rd quartile, and maximum frequency. +#' the minimum, 1st quartile, median, mean, 3rd quartile, and maximum frequency. #' The timeseries #' differences give the user a better picture of the index frequency -#' so the user can understand the level of regularity or irregulairity. +#' so the user can understand the level of regularity or irregularity. #' A perfectly regular time series will have equal values in seconds for each metric. #' However, this is not often the case. #' diff --git a/R/tk_make_timeseries.R b/R/tk_make_timeseries.R index c2e41e22..25c14ac7 100644 --- a/R/tk_make_timeseries.R +++ b/R/tk_make_timeseries.R @@ -27,7 +27,7 @@ #' It's recommended to have at least 60 days to use this option. #' The `inspect_months` argument is useful in determining missing days of the month, quarter #' or year; however, the algorithm can inadvertently select incorrect dates if the pattern -#' is irratic. +#' is erratic. #' For example, some holidays do not occur on the same day of each month, and #' as a result the incorrect day may be selected in certain years. #' It's recommended to always review the date results to ensure the future days match diff --git a/man/tk_get_timeseries.Rd b/man/tk_get_timeseries.Rd index 9f461c0e..4fcf2959 100644 --- a/man/tk_get_timeseries.Rd +++ b/man/tk_get_timeseries.Rd @@ -29,10 +29,10 @@ day of year, hour, minute, second. \code{tk_get_timeseries_summary} returns the summary returns the start, end, units, scale, and a "summary" of the timeseries differences in seconds including -the minmum, 1st quartile, median, mean, 3rd quartile, and maximum frequency. +the minimum, 1st quartile, median, mean, 3rd quartile, and maximum frequency. The timeseries differences give the user a better picture of the index frequency -so the user can understand the level of regularity or irregulairity. +so the user can understand the level of regularity or irregularity. A perfectly regular time series will have equal values in seconds for each metric. However, this is not often the case. diff --git a/man/tk_make_future_timeseries.Rd b/man/tk_make_future_timeseries.Rd index 7fa1116f..d7fec9d9 100644 --- a/man/tk_make_future_timeseries.Rd +++ b/man/tk_make_future_timeseries.Rd @@ -46,7 +46,7 @@ that occur on a weekly frequency such as every week, every other week, and so on It's recommended to have at least 60 days to use this option. The \code{inspect_months} argument is useful in determining missing days of the month, quarter or year; however, the algorithm can inadvertently select incorrect dates if the pattern -is irratic. +is erratic. For example, some holidays do not occur on the same day of each month, and as a result the incorrect day may be selected in certain years. It's recommended to always review the date results to ensure the future days match