diff --git a/DESCRIPTION b/DESCRIPTION index c847e0a..68c1557 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "davis@rstudio.com", role = c("aut", "cre")), person("Matt", "Dancho", email = "mdancho@business-science.io", role = c("aut")) @@ -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) diff --git a/NEWS.md b/NEWS.md index ff5900e..656d1a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index e0b104c..2530d15 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 diff --git a/man/ceiling_index.Rd b/man/ceiling_index.Rd index 816efd8..a11d6b3 100644 --- a/man/ceiling_index.Rd +++ b/man/ceiling_index.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/round-index.R \name{ceiling_index} \alias{ceiling_index} -\title{A simple wrapper of \code{\link[lubridate:ceiling_date]{lubridate::ceiling_date()}}} +\title{A simple wrapper of \code{\link[lubridate:round_date]{lubridate::ceiling_date()}}} \usage{ ceiling_index(x, unit = "seconds") } @@ -17,7 +17,7 @@ constructor are allowed. Rounding to multiples of units (except weeks) is supported.} } \description{ -This is a thin wrapper around a \code{\link[lubridate:ceiling_date]{lubridate::ceiling_date()}} that works +This is a thin wrapper around a \code{\link[lubridate:round_date]{lubridate::ceiling_date()}} that works for \code{hms}, \code{yearmon}, and \code{yearqtr} classes as well. } \examples{ @@ -32,5 +32,5 @@ dplyr::mutate(time_test, date2 = ceiling_index(date, "hour")) } \seealso{ -\code{\link[lubridate:ceiling_date]{lubridate::ceiling_date()}} +\code{\link[lubridate:round_date]{lubridate::ceiling_date()}} } diff --git a/man/floor_index.Rd b/man/floor_index.Rd index 92c075a..d5d9402 100644 --- a/man/floor_index.Rd +++ b/man/floor_index.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/round-index.R \name{floor_index} \alias{floor_index} -\title{A simple wrapper of \code{\link[lubridate:floor_date]{lubridate::floor_date()}}} +\title{A simple wrapper of \code{\link[lubridate:round_date]{lubridate::floor_date()}}} \usage{ floor_index(x, unit = "seconds") } @@ -17,7 +17,7 @@ constructor are allowed. Rounding to multiples of units (except weeks) is supported.} } \description{ -This is a thin wrapper around a \code{\link[lubridate:floor_date]{lubridate::floor_date()}} that works +This is a thin wrapper around a \code{\link[lubridate:round_date]{lubridate::floor_date()}} that works for \code{hms}, \code{yearmon}, and \code{yearqtr} classes as well. } \examples{ @@ -32,5 +32,5 @@ dplyr::mutate(time_test, date2 = floor_index(date, "hour")) } \seealso{ -\code{\link[lubridate:floor_date]{lubridate::floor_date()}} +\code{\link[lubridate:round_date]{lubridate::floor_date()}} } diff --git a/man/reexports.Rd b/man/reexports.Rd index c305d93..6a261f1 100644 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -12,6 +12,6 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{dplyr}{\code{\link[dplyr]{\%>\%}}, \code{\link[dplyr]{filter}}} + \item{dplyr}{\code{\link[dplyr:reexports]{\%>\%}}, \code{\link[dplyr]{filter}}} }} diff --git a/man/rollify.Rd b/man/rollify.Rd index c6e2cd3..18fda2d 100644 --- a/man/rollify.Rd +++ b/man/rollify.Rd @@ -161,5 +161,5 @@ FANG \%>\% } \seealso{ -\link[purrr:safely]{purrr::safely}, \link[purrr:possibly]{purrr::possibly} +\link[purrr:safely]{purrr::safely}, \link[purrr:safely]{purrr::possibly} }