-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.11 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
Package: geocarb
Title: Simulates the geochemical carbon cycle using the GEOCARB model
Version: 0.1.0.9000
Date: 2020-03-11
Authors@R:
person(given = c("Jonathan", "M."),
family = "Gilligan",
role = c("cre", "aut"),
email = "jonathan.gilligan@vanderbilt.edu",
comment = c(ORCID = "0000-0003-1375-6686"))
Description: This package uses a modifier version of the GEOCARB model by
Robert Berner, as modified by David Archer and then translated into
python and further modified by Jonathan Gilligan.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
URL: https://jonathan-g.github.io/geocarb/,
https://github.com/jonathan-g/geocarb
BugReports: https://github.com/jonathan-g/geocarb/issues
Depends:
R (>= 3.6)
Imports:
reticulate (>= 1.14),
dplyr (>= 0.8),
stringr (>= 1.4),
scales (>= 1.1),
xml2 (>= 1.2),
tidyr (>= 1.0),
purrr (>= 0.3),
magrittr (>= 1.5),
readr (>= 1.3),
utils (>= 3.6)
RoxygenNote: 7.0.2
Suggests:
covr (>= 3.5)