-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.08 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
Package: InvTraitR
Title: Body length-dry biomass allometry equations and other functional traits for taxonomic names based on taxonomic hierarchy in freshwater invertebrates
Version: 0.0.0.1
Authors@R: c(
person("James", "Hagan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7504-3393")),
person("Ronald", "Bergmann", role = "ctb",
comment = c(ORCID = "0000-0003-1369-1552"))
)
Description: Given a taxonomic name, this package will try to find the "nearest" body length - dry biomass equation from the embedded database for freshwater invertebrates.
Depends:
R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/haganjam/InvTraitR
BugReports: https://github.com/haganjam/InvTraitR/issues
Imports:
igraph,
assertthat,
bdc,
dplyr,
taxadb,
curl,
raster,
sp,
utils,
httr,
rappdirs,
doParallel
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr