Skip to content

Commit

Permalink
use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Oct 31, 2023
1 parent 5dcf675 commit 786a6e1
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
Package: warp
Title: Group Dates
Version: 0.2.0.9000
Authors@R:
c(person(given = "Davis",
family = "Vaughan",
role = c("aut", "cre"),
email = "davis@rstudio.com"),
person(given = "RStudio",
role = "cph"))
Description: Tooling to group dates by a variety of periods
including: yearly, monthly, by second, by week of the month, and more.
The groups are defined in such a way that they also represent the
distance between dates in terms of the period. This extracts valuable
Authors@R: c(
person("Davis", "Vaughan", , "davis@rstudio.com", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
Description: Tooling to group dates by a variety of periods including:
yearly, monthly, by second, by week of the month, and more. The
groups are defined in such a way that they also represent the distance
between dates in terms of the period. This extracts valuable
information that can be used in further calculations that rely on a
specific temporal spacing between observations.
License: MIT + file LICENSE
URL: https://github.com/DavisVaughan/warp, https://davisvaughan.github.io/warp/
URL: https://github.com/DavisVaughan/warp,
https://davisvaughan.github.io/warp/
BugReports: https://github.com/DavisVaughan/warp/issues
Depends:
R (>= 3.2)
Suggests:
covr,
testthat (>= 2.1.0),
knitr,
rmarkdown
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate

0 comments on commit 786a6e1

Please sign in to comment.