forked from thompsonsed/rcoalescence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.25 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
Package: rcoalescence
Type: Package
Title: Efficient spatially-explicit neutral ecology simulator
Version: 1.0.0
Authors@R: person("Sam", "Thompson", email = "[email protected]", role = c("aut", "cre"))
Description: Package for simulating according to ecological neutral theory on spatially explicit
landscapes using coalescence techniques and C++ for high performance operation.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: Rcpp, RSQLite, R (>= 3.4.0)
Imports: methods, dplyr
NeedsCompilation: yes
StagedInstall: no
LinkingTo: Rcpp (>= 0.12.14)
SystemRequirements: GNU make, Requires GDAL >= 1.11.4, available
from https://trac.osgeo.org/gdal/wiki/DownloadSource; GDAL OSX
frameworks built by William Kyngesburye at http://www.kyngchaos.com/ may be used for source
installs on OSX or installation performed using Homebrew.
Requires GNU make for compilation and boost headers (available through BH package).
RoxygenNote: 7.1.1
Suggests:
testthat,
knitr,
rmarkdown,
kableExtra,
ggplot2,
viridis,
magrittr,
reshape2,
tidyr,
tiff,
ggpubr,
gridExtra,
scales
Collate:
'RcppCoalescenceModule.R'
'RcppExports.R'
'rcoalescence.R'
VignetteBuilder: knitr