-
Notifications
You must be signed in to change notification settings - Fork 153
/
DESCRIPTION
51 lines (51 loc) · 1.49 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: remotes
Title: R Package Installation from Remote Repositories, Including 'GitHub'
Version: 2.5.0.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Jim", "Hester", role = "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("Ascent Digital Services", 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'.
License: MIT + file LICENSE
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,
tools,
utils
Suggests:
brew,
callr,
codetools,
covr,
curl,
git2r (>= 0.23.0),
knitr,
mockery,
pingr,
pkgbuild (>= 1.0.1),
rmarkdown,
rprojroot,
testthat (>= 3.0.0),
webfakes,
withr
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