-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (41 loc) · 1.05 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
Package: atlantisprocessing
Title: Process and plot Atlantis output
Version: 0.0.0.9000
Authors@R:
c(person("Joseph", "Caracappa", role = c("aut"),
email= "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given = "Andy",family = "Beet", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8270-7090")),
person(given = "Ryan",family = "Morse", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID")))
Description: Reads in Atlantis output files (nc, txt) and processes content
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
atlantisom,
atlantistools,
rbgm,
data.table,
dplyr,
ggplot2,
grid,
gridExtra,
lazyeval,
RColorBrewer,
scales,
here,
ncdf4,
RNetCDF,
tidyr,
magrittr,
reshape2,
gtable,
ggpubr
Remotes:
Atlantis-Ecosystem-Model/atlantistools,
r4atlantis/atlantisom