diff --git a/DESCRIPTION b/DESCRIPTION index 1879c58..7b92fba 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: lubridateExtras Type: Package -Title: Convenience functions for the lubridate package -Version: 0.1.0 +Title: Convenience Functions for Manipulating Datetimes +Version: 0.1.1 Authors@R: c( person("Ellis", "Valentiner", email = "ellis.valentiner@gmail.com", role = c("aut", "cre")), person("Geoffrey", "Hannigan", email = "hanni035@umn.edu", role = c("ctb"))) @@ -15,9 +15,13 @@ Depends: Imports: lubridate (>= 1.6.0), hms (>= 0.3) +Suggests: + knitr (>= 1.17), + testthat (>= 1.0.2) Remotes: tidyverse/lubridate, - tidyverse/hms + tidyverse/hms, + yihui/knitr, + lib/testthat VignetteBuilder: knitr RoxygenNote: 6.0.1 -Suggests: testthat diff --git a/docs/articles/index.html b/docs/articles/index.html index e5bc482..dfaffd1 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -78,7 +78,7 @@
## The following object is masked from 'package:lubridate':
##
## hms
-lubridateExtras provides functions to improve code readability and increase laziness.