-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.29 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
Package: repositories
Title: R Package Installation from Remote Repositories, Including 'GitHub'
Version: 2.1.1.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("Ken", "Williams", , "[email protected]", role = "ctb"),
person("Mango Solutions", role = "cph")
)
Description: Fork of r-lib/remotes adding functionality I've been unable to get merge-requests accepted for.
License: GPL (>= 2)
URL: https://github.com/focusenergy/r-repositories
BugReports: https://github.com/focusenergy/r-repositories/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: 7.0.2
SystemRequirements: Subversion for install_svn, git for install_git
Encoding: UTF-8
Roxygen: list(markdown = TRUE)