-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
51 lines (51 loc) · 1.34 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
47
48
49
50
51
Package: EFIstandards
Type: Package
Title: EFI ecological forecasting output and metadata standards
Version: 0.1.1
Authors@R: c(
person("Carl", "Boettiger", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-1642-628X")),
person("Quinn", "Thomas", role ="aut"),
person("Michael", "Dietze", role ="aut"),
person("Alexey", "Shiklomanov", role ="aut"),
person("Jaime", "Ashander", role ="aut")
)
Description: Community standard for the common formatting and archiving of ecological forecasts
developed by the Ecological Forecasting Initiative (EFI). This package contains a description
of the standards, a metadata validator, helper functions, and example vignettes.
License: BSD 2-clause License + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
EML,
purrr,
udunits2,
usethis
Suggests:
knitr,
rmarkdown,
markdown,
emld,
tibble,
uuid,
lubridate,
ggplot2,
ncdf4,
dplyr,
tidyr,
reshape2,
reticulate,
units,
remotes
VignetteBuilder: knitr
Config/reticulate:
list(
packages = list(
list(package = "numpy"),
list(package = "matplotlib"),
list(package = "NetCDF4"),
list(package = "pandas"),
list(package = "dicttoxml")
)
)