Skip to content

Commit

Permalink
dev version 2.8.3.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Sep 12, 2023
1 parent 086f468 commit 8c6106b
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 9 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: timetk
Type: Package
Title: A Tool Kit for Working with Time Series
Version: 2.8.3
Version: 2.8.3.9000
Authors@R: c(
person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "dvaughan@business-science.io", role = c("aut"))
Expand Down Expand Up @@ -47,7 +47,6 @@ Imports:
generics
Suggests:
tidymodels,
modeltime,
workflows,
parsnip,
tune,
Expand All @@ -66,5 +65,4 @@ Suggests:
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Remotes:
business-science/modeltime

10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# timetk 2.8.3.9000

CRAN Fixes:
- `tzdata` time zone fixes:
- GB -> Europe/London
- NZ -> Pacific/Auckland
- US/Eastern -> America/New_York
- US/Pacific -> America/Los_Angeles
- Add @aliases to timetk-package

# timetk 2.8.3

- remove support for `robets`
Expand Down
2 changes: 1 addition & 1 deletion R/lubridate-date_parsers.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#' parse_datetime2("2011 Jan 1 12:35:21")
#'
#' # Time Zones (datetime only)
#' parse_datetime2("2011 Jan 1 12:35:21", tz = "GB")
#' parse_datetime2("2011 Jan 1 12:35:21", tz = "Europe/London")
#'
#' @name parse_date2
#' @export
Expand Down
1 change: 1 addition & 0 deletions R/timetk-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#' @docType package
#' @name timetk
#'
#' @aliases timetk-package
#' @importFrom dplyr %>%
#' @importFrom xts xts
#' @import recipes
Expand Down
2 changes: 1 addition & 1 deletion man/parse_date2.Rd

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

4 changes: 2 additions & 2 deletions man/slice_period.Rd

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

5 changes: 4 additions & 1 deletion man/slidify.Rd

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

1 change: 1 addition & 0 deletions man/timetk.Rd

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

0 comments on commit 8c6106b

Please sign in to comment.