diff --git a/DESCRIPTION b/DESCRIPTION index c470433..db68ee0 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "mdancho@business-science.io", role = c("aut")) ) -Maintainer: Davis Vaughan +Maintainer: Davis Vaughan 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 diff --git a/NEWS.md b/NEWS.md index 9c00f91..94806ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tibbletime (development version) +# tibbletime 0.1.9 * Removed usage of the non-standard `EST` time zone from tests. diff --git a/man/tibbletime.Rd b/man/tibbletime.Rd index 58911d8..b102ce2 100644 --- a/man/tibbletime.Rd +++ b/man/tibbletime.Rd @@ -22,7 +22,7 @@ Useful links: } \author{ -\strong{Maintainer}: Davis Vaughan \email{davis@rstudio.com} +\strong{Maintainer}: Davis Vaughan \email{davis@posit.co} Authors: \itemize{