-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.17 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
Package: gadgetutils
Type: Package
Title: Tools to create and maintain gadget3 models
Version: 0.0.0.9000
Authors@R: c(person("William", "Butler", email="[email protected]",role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3286-0748")),
person("Bjarki Thor", "Elvarsson", email="[email protected]",role = c("aut"), comment = c(ORCID = "0000-0001-5855-1188")),
person("Jamie", "Lentin", email="[email protected]",role = c("aut"), comment = c(ORCID = "0000-0001-5727-2996")),
person("Mikko", "Vihtakari", email = "[email protected]",role = c("aut"), comment = c(ORCID = "0000-0003-0371-4319")),
person("Marine and Freshwater Research Institute (Iceland)", role = c("cph")))
Maintainer: William Butler <[email protected]>
Description: A collection of functions to aid (1) setting up and maintaining gadget3 models, (2) optimising, analysing, and running diagnostics on gadget3 models.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
gadget3,
magrittr,
purrr,
rlang,
tibble,
tidyr,
tidyselect,
modelr,
parallel