Skip to content

Commit

Permalink
tidy description; author format shift (#705)
Browse files Browse the repository at this point in the history
* usethis::use_tidy_description()

* shift author format
  • Loading branch information
aronatkins authored Feb 24, 2023
1 parent 247e15a commit 1f9e9cd
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
Package: packrat
Type: Package
Package: packrat
Title: A Dependency Management System for Projects and their R Package
Dependencies
Version: 0.9.0-1
Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, Aron Atkins, JJ Allaire,
Toph Allen
Maintainer: Aron Atkins <[email protected]>
Description: Manage the R packages your project depends
on in an isolated, portable, and reproducible way.
Authors@R: c(
person("Aron", "Atkins", , "[email protected]", role = c("aut", "cre")),
person("Toph", "Allen", role = "aut"),
person("Kevin", "Ushey", role = "aut"),
person("Jonathan", "McPherson", role = "aut"),
person("Joe", "Cheng", role = "aut"),
person("JJ", "Allaire", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Manage the R packages your project depends on in an isolated,
portable, and reproducible way.
License: GPL-2
URL: https://github.com/rstudio/packrat/
BugReports: https://github.com/rstudio/packrat/issues
Depends:
R (>= 3.0.0)
Imports:
tools,
utils
Suggests:
testthat (>= 3.0.0),
devtools,
httr,
knitr,
mockery,
rmarkdown
URL: https://github.com/rstudio/packrat/
BugReports: https://github.com/rstudio/packrat/issues
RoxygenNote: 7.2.1
Encoding: UTF-8
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.1

0 comments on commit 1f9e9cd

Please sign in to comment.