-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
49 lines (49 loc) · 1.21 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
Package: Rpath
Type: Package
Title: R implementation of Ecopath with Ecosim
Version: 0.9.1
Date: 2024-05-31
Authors@R: c(
person("Kerim", "Aydin", email = "[email protected]", role = "aut"),
person("Sean", "Lucey", email = "[email protected]",
role = c("aut", "cre")),
person("Sarah", "Gaichas", email = "[email protected]", role = "aut"))
Description: This package implements the core mass balance equations made popular
by Ecopath with Ecosim. There are two parts to the package, the static snapshot
of energy flow through the system using rpath and dynamic simulations run using
the rsim family of functions.
License: file LICENSE
Encoding: UTF-8
Imports:
data.table,
methods,
graphics,
grDevices,
MASS,
Rcpp (>= 0.11.3),
stats,
utils
LinkingTo: Rcpp
Suggests:
here,
knitr,
rmarkdown,
distillery,
ggplot2,
ggpubr,
rlist,
stringr,
viridis,
qpdf,
usethis,
dplyr,
generics,
testthat (>= 3.0.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.1
URL: https://github.com/NOAA-EDAB/Rpath
BugReports: https://github.com/NOAA-EDAB/Rpath/issues
Depends:
R (>= 2.10)
Config/testthat/edition: 3
LazyData: true