Skip to content

Commit

Permalink
usethis::use_tidy_description()
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Nov 3, 2023
1 parent 122b432 commit 1a19f9d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ Version: 2.4.2.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", role = "aut"),
person("Hadley", "Wickham", role = c("aut")),
person("Hadley", "Wickham", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Martin", "Morgan", role = "aut"),
person("Dan", "Tenenbaum", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Mango Solutions", role = "cph")
)
Description: Download and install R packages stored in 'GitHub', 'GitLab',
'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git' repositories.
This package provides the 'install_*' functions in 'devtools'. Indeed most
of the code was copied over from 'devtools'.
)
Description: Download and install R packages stored in 'GitHub', 'GitLab',
'Bitbucket', 'Bioconductor', or plain 'subversion' or 'git'
repositories. This package provides the 'install_*' functions in
'devtools'. Indeed most of the code was copied over from 'devtools'.
License: MIT + file LICENSE
URL: https://remotes.r-lib.org,
https://github.com/r-lib/remotes#readme
URL: https://remotes.r-lib.org, https://github.com/r-lib/remotes#readme
BugReports: https://github.com/r-lib/remotes/issues
Depends:
R (>= 3.0.0)
Imports:
methods,
stats,
Expand All @@ -28,24 +29,23 @@ Suggests:
brew,
callr,
codetools,
curl,
covr,
curl,
git2r (>= 0.23.0),
knitr,
mockery,
pkgbuild (>= 1.0.1),
pingr,
pkgbuild (>= 1.0.1),
rmarkdown,
rprojroot,
testthat (>= 3.0.0),
webfakes,
withr
Depends:
R (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.2.3
SystemRequirements: Subversion for install_svn, git for install_git
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: Subversion for install_svn, git for install_git

0 comments on commit 1a19f9d

Please sign in to comment.