forked from r-lib/remotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.37 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
Package: remotes
Title: R Package Installation from Remote Repositories, Including 'GitHub'
Version: 2.1.0.9000
Authors@R: c(
person("Jim", "Hester", , "[email protected]", role = c("aut", "cre")),
person("Gábor", "Csárdi", , "[email protected]", role = c("aut")),
person("Hadley", "Wickham", role = c("aut")),
person("Winston", "Chang", role = "aut"),
person("RStudio", role = "cph"),
person("Martin", "Morgan", role = "aut"),
person("Dan", "Tenenbaum", role = "aut"),
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'.
License: GPL (>= 2)
URL: https://github.com/r-lib/remotes#readme
BugReports: https://github.com/r-lib/remotes/issues
Imports:
methods,
stats,
tools,
utils
Suggests:
brew,
callr,
codetools,
curl,
covr,
git2r (>= 0.23.0),
knitr,
mockery,
pkgbuild (>= 1.0.1),
pingr,
rmarkdown,
rprojroot,
testthat,
withr
Depends:
R (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 6.1.1
SystemRequirements: Subversion for install_svn, git for install_git
Encoding: UTF-8
Roxygen: list(markdown = TRUE)