This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.68 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
52
Package: outsider
Type: Package
Title: Install and Run Programs, Outside of R, Inside of R
Version: 0.1.1
Authors@R: c(
person("Dom", "Bennett",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2722-1359")),
person("Hannes", "Hettling",
role = "ctb",
comment = c(ORCID = "0000-0003-4144-2238")),
person("Daniele", "Silvestro",
role = "ctb",
comment = c(ORCID = "0000-0003-0100-0961")),
person("Rutger", "Vos",
role = "ctb",
comment = c(ORCID = "0000-0001-9254-7318")),
person("Alexandre", "Antonelli",
role = "ctb",
comment = c(ORCID = "0000-0003-1842-9297")),
person("Anna", "Krystalli",
role = "rev",
email = "[email protected]"))
Maintainer: Dom Bennett <[email protected]>
Description: Install and run external command-line programs in R through use of
'Docker' <https://www.docker.com/> and online repositories.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
SystemRequirements: docker (>=18.0.0)
URL: https://github.com/ropensci/outsider#readme,
https://docs.ropensci.org/outsider/
BugReports: https://github.com/ropensci/outsider/issues/
Language: en-GB
Depends:
R (>= 3.3.0)
Imports:
outsider.base,
remotes (>= 2.0),
crayon,
jsonlite,
tibble,
curl,
yaml
Suggests:
testthat (>= 2.1),
knitr (>= 1.0),
ape,
rlang,
ssh