-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 974 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 974 Bytes
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
Package: plutus
Title: A comprehensive mapping package
Version: 0.1.0
Authors@R: c(person("Mengqi", "Zhao", email = "mengqiz@pnnl.gov", role = c("aut", "cre"),
comment = c(ORCID ="0000-0001-5385-2758")),
person("Zarrar", "Khan", email = "zarrar.khan@pnnl.gov", role = c("aut"),
comment = c(ORCID ="0000-0002-8147-8553")),
person("Tom", "Wild", role = c("aut"), comment = c(ORCID ="0000-0002-6045-7729")))
Description: R package to plot customizable maps from simple dataframes.
URL: https://github.com/JGCRI/plutus
BugReports: https://github.com/JGCRI/plutus/issues
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports:
dplyr (>= 1.0.4),
data.table (>= 1.14.0),
magrittr (>= 2.0.1),
rgcam,
XML (>= 3.98-1.20),
tidyr (>= 1.1.3),
tibble (>= 1.4.2),
xfun (>= 0.21),
knitr (>= 1.31),
testthat (>= 3.0.2)
Suggests:
rmarkdown,
markdown
Remotes:
github::JGCRI/rgcam
VignetteBuilder:
knitr