Skip to content

Commit

Permalink
pre-CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jul 25, 2017
1 parent 9c37cec commit af05321
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions R/tk_get_timeseries.R
Expand Up @@ -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.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/tk_make_timeseries.R
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/tk_get_timeseries.Rd

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

2 changes: 1 addition & 1 deletion man/tk_make_future_timeseries.Rd

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

0 comments on commit af05321

Please sign in to comment.