forked from jeffreyhanson/marxan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.55 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
58
59
60
61
Package: marxan
Type: Package
Title: Decision support tools for reserve selection in R using Marxan
Version: 1.0.0
Date: 2015-01-12
Author: Jeffrey O. Hanson <jeffrey.hanson@uqconnect.edu.au>, Matthew E. Watts
<m.watts@uq.edu.au>
Maintainer: Jeffrey O. Hanson <jeffrey.hanson@uqconnect.edu.au>
Description: This R package contains decision support tools for reserve
selection using Marxan. It brings the entire Marxan workflow to R. Key
features include the ability to prepare input data for Marxan from raw
raster and vector data, execute Marxan, and visualise Marxan solutions.
Most of the functions that involve intensive data processing use code
compiled in C++, provide options to run processing in parallel, or can make
use of other software to reduce run time.
License: GNU AFFERO GENERAL PUBLIC LICENSE (version 3)
URL: https://github.com/paleo13/marxan
LazyData: true
Collate:
'dependencies.R'
'RcppExports.R'
'marxan-internal.R'
'misc.R'
'generics.R'
'zonalSum.R'
'calcPuVsSpeciesData.R'
'calcBoundaryData.R'
'MarxanData.R'
'MarxanOpts.R'
'MarxanResults.R'
'MarxanUnsolved.R'
'MarxanSolved.R'
'Polygons2PolySet.R'
'data.R'
'marxan.R'
Depends:
R (>= 3.0.2),
sp,
rgdal,
raster
Imports:
Rcpp (>= 0.11.3),
plyr,
gdalUtils,
shape,
ape,
fastcluster,
PBSmapping,
RgoogleMaps,
testthat,
data.table,
doSNOW,
knitr,
rmarkdown,
RColorBrewer,
scales,
vegan
LinkingTo: Rcpp
VignetteBuilder: knitr
Suggests:
testthat,