-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.12 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: r2ogs5
Title: An API to the OpenGeoSys-5 Multiphysics Simulator
Version: 0.1
Authors@R:
c(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"),
person(given = "Helmholtz Centre for Environmental Research - UFZ",
role = c("cph", "fnd")))
Description: Define and manage simulations using OpenGeoSys.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
BBmisc,
magrittr,
reticulate,
plyr,
dplyr,
purrr,
readr,
rlang,
stringr,
tidyr,
tibble,
withr,
config,
lhs,
foreach,
parallel,
doParallel,
ggplot2,
gridExtra,
GPfit,
methods
Depends:
R (>= 2.10)
Suggests:
testthat,
knitr,
markdown,
rmarkdown
VignetteBuilder: knitr