Skip to content

Commit

Permalink
Merge pull request #93 from business-science/rc-0.1.5
Browse files Browse the repository at this point in the history
RC 0.1.5
  • Loading branch information
DavisVaughan committed Jun 18, 2020
2 parents d077d2a + 833c366 commit 6336932
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tibbletime
Type: Package
Title: Time Aware Tibbles
Version: 0.1.4.9000
Version: 0.1.5
Authors@R: c(
person("Davis", "Vaughan", email = "[email protected]", role = c("aut", "cre")),
person("Matt", "Dancho", email = "[email protected]", role = c("aut"))
Expand All @@ -16,7 +16,7 @@ URL: https://github.com/business-science/tibbletime
BugReports: https://github.com/business-science/tibbletime/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.0
RoxygenNote: 7.1.0.9000
Roxygen: list(markdown = TRUE)
Depends:
R (>= 3.2.0)
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.5

* Coercing a grouped tbl_time object to tibble with `as_tibble()` now drops
groups and returns a bare tibble. The previous behavior of returning a
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release Summary

This is a minor release to keep tibbletime compatible with tibble and dplyr.
This is a minor release to fix a bug with dplyr 1.0.0 and `ungroup()`.

## Test environments
* local Mac install, R 4.0.0
Expand Down
6 changes: 3 additions & 3 deletions man/ceiling_index.Rd

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

6 changes: 3 additions & 3 deletions man/floor_index.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/reexports.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/rollify.Rd

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

0 comments on commit 6336932

Please sign in to comment.