-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.2 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
Package: virtualNicheR
Type: Package
Title: Generating Virtual Fundamental and Realised Niches
Version: 1.0
Authors@R: c(
person("Thomas R.", "Etherington" , role=c("aut", "cre"), email="[email protected]"),
person("O. Pascal", "Omondiagbe", role=c("aut"), email="[email protected]"),
person("Landcare Research New Zealand Ltd", role=c("cph")))
Maintainer: Thomas R. Etherington <[email protected]>
Description: The ability to generate virtual niches enables virtual ecology
experiments that have been advocated for evaluating species-environment
relationship models. Using multivariate normal distributions and matrix
algebra this package provides a unique computational framework to generate
integrated fundamental and realised niches, which is important given
differences in possible complexity of realised niche shapes that result
from biotic interactions Etherington and Omondiagbe (2019) <doi:10.21105/joss.01661>.
License: MIT + file LICENSE
Depends: R (>= 3.2)
Imports:
devtools,
diptest (>= 0.75-7)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
rmarkdown
NeedsCompilation: no