-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 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
43
44
45
46
47
48
49
50
Package: AEME
Type: Package
Title: Aquatic Ecosystem Model Ensemble
Version: 0.1.0
Author: Authors@R: c(person("Tadhg", "Moore", role = c("aut","cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-3834-8868")),
person("Chris", "McBride", role = "aut",
email = "[email protected]"))
Maintainer: Tadhg Moore <[email protected]>
Description: Run an ensemble of aquatic ecosystem models on lakes and reservoir
using varying levels of inputs.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Depends:
R (>= 2.10)
Suggests:
aemetools (>= 0.0.0.9000),
DT,
knitr,
leaflet,
rmarkdown,
testthat (>= 3.0.0)
Imports:
dplyr,
ggplot2,
lubridate,
lwgeom,
ncdf4,
parallel,
patchwork,
psychrolib,
RColorBrewer,
rLakeAnalyzer,
sf,
stats,
stringr,
tidyr,
tools,
units,
utils,
withr,
yaml,
zoo
URL: https://limnotrack.github.io/AEME/
VignetteBuilder: knitr
Remotes:
github::limnotrack/aemetools