diff --git a/DESCRIPTION b/DESCRIPTION index d0ae9fd6..2d6f08bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,21 +4,22 @@ Version: 2.4.2.9000 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", 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, @@ -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