-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.37 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
51
52
53
54
55
56
57
Package: plant
Title: A Package for Modelling Forest Trait Ecology and Evolution
Version: 2.0.0.9000
Authors@R: c(
person("Daniel", "Falster", , "daniel.falster@unsw.edu.au", c("aut", "cre"),
comment = c(ORCID = "0000-0002-9814-092X")),
person("Richard", "FitzJohn", , "", "aut"),
person("Andrew", "O'Reilly-Nugent", , "", "aut"),
person("Mitchell", "Henry", , "", "ctb"),
person("Rafael", "Schouten", , "", "ctb"),
person("Isaac", "Towers", , "", "ctb"),
person("John", "Wilshire", , "", "ctb")
)
Maintainer: Daniel Falster <daniel.falster@unsw.edu.au>
Description: Solves trait, size and patch structured model
from (Falster et al. 2016) using either method of
characteristics or as stochastic, finite-sized population.
Depends:
R (>= 4.1.0)
Encoding: UTF-8
License: GPL-2
LinkingTo: Rcpp, BH
Imports:
Rcpp,
R6,
loggr,
crayon,
magrittr,
tibble,
rlang,
dplyr,
tidyselect (>= 1.2.0),
tidyr,
purrr
Suggests:
testthat,
rprojroot,
pkgdown,
here,
deSolve,
numDeriv,
RcppR6 (>= 0.2.3),
knitr,
rmarkdown,
markdown,
bench,
ggplot2,
ggridges,
patchwork,
kableExtra
Remotes:
smbache/loggr,
richfitz/RcppR6
VignetteBuilder: knitr
URL: https://github.com/traitecoevo/plant
BugReports: https://github.com/traitecoevo/plant/issues
RoxygenNote: 7.3.1