-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
56 lines (56 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
46
47
48
49
50
51
52
53
54
55
56
Package: sofunCalVal
Type: Package
Title: Calibrate and validate (r)SOFUN
Version: 1.0
Authors@R: c(
person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(
family = "Benjamin",
given = "Stocker",
email = "benjamin.stocker@gmail.com",
comment = c(ORCID = "0000-0002-5070-8109"),
role = c("ctb"))
)
Maintainer: The package maintainer <yourself@somewhere.net>
Description: Calibration and validation functionality for the rsofun package.
Additional tools for plotting and benchmarking are also provided.
URL: https://geco-bern.github.io/sofunCalVal/, https://github.com/geco-bern/sofunCalVal
License: GPL-3
Depends:
R (>= 4.0)
Imports:
yardstick,
ggplot2,
ggthemes,
readr,
dplyr,
purrr,
tidyr,
magrittr,
lubridate,
rlang,
graphics,
grDevices,
multidplyr,
stats,
utils,
knitr,
here,
jsonlite,
httr
LazyData: true
ByteCompile: true
RoxygenNote: 7.3.1
Suggests:
rmarkdown,
covr,
testthat,
here
VignetteBuilder: knitr
Remotes:
geco-bern/ingestr