forked from o2r-project/containerit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
135 lines (135 loc) · 3.22 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Type: Package
Package: containerit
Title: Package R in Docker Containers
Version: 0.6.0.9004
Authors@R:
c(person(given = "Daniel",
family = "Nuest",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2392-6140")),
person(given = "Matthias",
family = "Hinz",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6837-9406")),
person(given = "Patrick",
family = "Schratz",
role = "ctb",
comment = c(ORCID = "0000-0003-0748-6624")),
person(given = "Mark",
family = "Edmondson",
role = "ctb"),
person(given = "Ben",
family = "Marwick",
role = "ctb",
comment = c(ORCID = "0000-0001-7879-4531")),
person(given = "Claire",
family = "Miller",
role = "ctb",
comment = c(ORCID = "0000-0003-0758-9447")),
person(given = "Elise",
family = "Gould",
role = "ctb",
comment = c(ORCID = "0000-0002-6585-538X")),
person(given = "Marc",
family = "Greenaway",
role = "ctb"))
Author: Daniel Nuest [aut, cre], Matthias Hinz [aut]
Maintainer: Daniel Nuest <[email protected]>
Description: Package R sessions, scripts, workspace directories, and R
Markdown documents together with all dependencies to execute them in
Docker containers. This package is supported by the project Opening
Reproducible Research (<https://o2r.info>).
License: GPL-3 + file LICENSE
URL: https://o2r.info/containerit/,
https://github.com/o2r-project/containerit/
BugReports: https://github.com/o2r-project/containerit/issues
Depends:
R (>= 3.5.0)
Imports:
automagic,
BiocManager,
callr,
desc,
devtools,
fs,
futile.logger,
jsonlite,
methods,
miniUI,
rjson,
rstudioapi,
semver,
shiny,
shinyFiles,
stevedore,
stringr,
sysreqs,
utils,
versions
Suggests:
BiocGenerics,
units (>= 0.7.0),
codetools,
covr,
coxrobust,
docopt,
dplyr,
fortunes,
ggplot2,
gstat,
knitr,
lattice,
lintr,
magrittr,
maptools,
remotes,
rgdal,
rmarkdown,
rprojroot,
sessioninfo,
sf,
sp,
testthat,
httr
VignetteBuilder:
knitr
Remotes:
github::r-hub/sysreqs
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.2
Collate:
'Class-Instruction.R'
'Class-Add.R'
'Class-All.R'
'Class-Arg.R'
'Class-Cmd.R'
'Class-Comment.R'
'Class-Copy.R'
'Class-Entrypoint.R'
'Class-From.R'
'Class-Label.R'
'Class-Maintainer.R'
'Class-Dockerfile.R'
'Class-Env.R'
'Class-Expose.R'
'Class-Healthcheck.R'
'Class-Onbuild.R'
'Class-Run.R'
'Class-Shell.R'
'Class-Stopsignal.R'
'Class-Volume.R'
'Class-Workdir.R'
'LabelSchemaFactory.R'
'addin.R'
'baseimages.R'
'containerit-config.R'
'containerit.R'
'defaults.R'
'dockerfile.R'
'package-installation-bespoke.R'
'package-installation-methods.R'
'rstudio_containerit.R'
'utility-functions.R'