-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.14 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
Package: roleR
Type: Package
Title: Rules of Life Engine
Version: 0.1.0
Date: 2022-09-15
Author: Andrew Rominger, Jacob Idec, Renata Diaz
Maintainer: Andrew Rominger <[email protected]>
Website: https://role-model.github.io/role-user-guide
Description: A simulation-based model the captures many processes across ecology
and evolution and jointly predicts multi-dimensional biodiversity data.
License: GPL (>= 3) + file LICENSE
LazyData: true
Encoding: UTF-8
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
ape,
extraDistr,
methods,
reticulate,
snow,
stats
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
RcppModules: iterModelCpp
Suggests:
ggplot2,
knitr,
rlang,
rmarkdown,
testthat,
meteR
VignetteBuilder: knitr
Collate:
'RcppExports.R'
'comm.R'
'roleParams.R'
'roleModel.R'
'roleExperiment.R'
'getFinalState.R'
'rolePhylo.R'
'roleData.R'
'getSumStats.R'
'roleData-divStats.R'
'roleData-rawStats.R'
'roleExperiment-methods.R'
'roleModel-methods.R'
'roleR-package.R'
'runRole.R'
'setContext.R'
'sim_seqs.R'
'writeRoLE.R'
'zzz.R'