-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.58 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
Package: r2ogs6
Type: Package
Title: An API to the multi-physics simulator OpenGeoSys-v6
Version: 0.4.652
Authors@R: c(person(given = "Ruben",
family = "Heinrich",
role = c("aut"),
email = "ruben-heinrich@web.de",
comment = structure("https://orcid.org/0000-0001-7439-5349",
.Names = "ORCID")),
person(given = "Johannes",
family = "Boog",
role = c("aut", "cre"),
email = "johannesboog@yahoo.de",
comment = structure("https://orcid.org/0000-0003-1094-9255",
.Names = "ORCID")),
person(given = "Philipp",
family = "Schad",
role = c("aut"),
email = "Philippschad93@hotmail.de",
comment = structure("https://orcid.org/0000-0003-3332-5867",
.Names = "ORCID")),
person(given = "Helmholtz Centre for Environmental Research - UFZ",
role = c("cph", "fnd")))
Description: An R-API to the OpenGeoSys-v6 multi-physics simulator.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
covr,
testthat,
knitr,
devtools,
ggplot2,
rmarkdown
Imports:
reticulate,
xml2,
tibble,
R6,
stringr,
assertthat,
crayon,
utils,
dplyr,
doParallel,
config,
foreach,
BiocManager,
rhdf5
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends:
R (>= 2.10)