-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.55 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
Package: atlantisom
Type: Package
Title: Generates Data Sets From Atlantis Scenarios
Version: 0.1
Date: 2015-12-05
Authors@R: c(
person("Gavin", "Fay", email = "[email protected]", role = "aut"),
person("Sarah", "Gaichas", email = "[email protected]", role = "aut"),
person("Beth", "Fulton", email = "[email protected]", role = "aut"),
person("Allan", "Hicks", email = "[email protected]", role = "aut"),
person("Emma", "Hodgson", email = "[email protected]", role = "aut"),
person("Kelli", "Johnson", email = "[email protected]", role = c("aut", "cre")),
person("Isaac", "Kaplan", email = "[email protected]", role = "aut"),
person("Alexander", "Keth", email = "[email protected]", role = "aut"),
person("Sean", "Lucey", email = "[email protected]", role = "aut"),
person("Matteo", "Sinerchia", email = "[email protected]", role = "aut"),
person("Howard", "Townsend", email = "[email protected]", role = "aut")
)
Description: The atlantisom package develops data sets for use in other
modelling frameworks from an Atlantis scenario. Functions located within
the package may be helpful for users of Atlantis wishing to look at model
output as well.
Encoding: UTF-8
License: What license is it under?
LazyData: TRUE
Imports:
RNetCDF,
stringr,
dplyr,
tidyr,
ggplot2,
magrittr,
chron,
xml2,
data.table,
r4ss,
here,
DirichletReg
Suggests:
knitr,
rmarkdown,
ggforce,
ggthemes,
markdown
VignetteBuilder: knitr
RoxygenNote: 7.2.1