Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC 0.1.9 #109

Merged
merged 4 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: tibbletime
Type: Package
Title: Time Aware Tibbles
Version: 0.1.8.9000
Version: 0.1.9
Authors@R: c(
person("Davis", "Vaughan", email = "davis@rstudio.com", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "davis@posit.co", role = c("aut", "cre")),
person("Matt", "Dancho", email = "[email protected]", role = c("aut"))
)
Maintainer: Davis Vaughan <davis@rstudio.com>
Maintainer: Davis Vaughan <davis@posit.co>
Description: Built on top of the 'tibble' package, 'tibbletime' is an extension
that allows for the creation of time aware tibbles. Some immediate
advantages of this include: the ability to perform time-based subsetting
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tibbletime (development version)
# tibbletime 0.1.9

* Removed usage of the non-standard `EST` time zone from tests.

Expand Down
2 changes: 1 addition & 1 deletion man/tibbletime.Rd

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

Loading