forked from renatoamorais/rfishprod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 899 Bytes
/
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
Package: rfishprod
Title: Estimating Reef Fish Productivity
Version: 0.0.1
Authors@R:
person(given = "Renato",
family = "Morais",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-4652-6676"))
Description: Implements a framework to generate individual-level estimates
of fish productivity, with a focus on reef fishes. This individual
approach works by combining estimates of somatic growth through the
von Bertalanffy Growth Model, and deterministic or stochastic natural
mortality using instantaneous mortality rates.
License: MIT + file LICENSE
URL: https://github.com/renatoamorais/rfishprod
Depends:
R (>= 3.3.0),
xgboost
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
scales,
stats,
rlang,
utils