Package: raptr
Type: Package
Title: Representative and Adequate Prioritization Toolkit in R
Version: 0.1.7
Authors@R: c(person(c("Jeffrey", "O"), "Hanson",
    email="jeffrey.hanson@uqconnect.edu.au", role = c("aut", "cre")),
    person(c("Jonathan", "R"), "Rhodes", role = c("aut")),
    person(c("Hugh", "P"), "Possingham", role = c("aut")),
    person(c("Richard", "A"), "Fuller", role = c("aut")))
Description: Biodiversity is in crisis. The overarching aim of conservation
    is to preserve biodiversity patterns and processes. To this end, protected
    areas are established to buffer species and preserve biodiversity processes.
    But resources are limited and so protected areas must be cost-effective.
    This package contains tools to generate plans for protected areas
    (prioritizations), using spatially explicit targets for biodiversity
    patterns and processes. To obtain solutions in a feasible amount  of time,
    this package uses the commercial 'Gurobi' software package (obtained from
    <http://www.gurobi.com/>). For more information on using
    this package, see Hanson et al. (2018) <doi:10.1111/2041-210X.12862>.
Imports: utils, methods, assertthat, Matrix, boot, grDevices,
        PBSmapping, graphics, stats, scales, shape, adehabitatHR,
        RgoogleMaps, RandomFields, RColorBrewer, plyr, parallel,
        doParallel, rgeos, rgdal, hypervolume(>= 2.0.7), ks, mvtnorm,
        ggplot2
Depends: R(>= 3.5.0), sp, raster
LinkingTo: Rcpp, RcppEigen, BH
LazyData: true
License: GPL-3
Encoding: UTF-8
Language: en-US
URL: https://jeffrey-hanson.com/raptr,
        https://github.com/jeffreyhanson/raptr
BugReports: https://github.com/jeffreyhanson/raptr/issues
VignetteBuilder: knitr
Suggests: knitr, roxygen2, rmarkdown, dplyr, vegan, gurobi, gridExtra,
        rgl, testthat
SystemRequirements: C++11
Collate: 'dependencies.R' 'RcppExports.R' 'raptr-internal.R'
        'generics.R' 'DemandPoints.R' 'misc.R' 'PlanningUnitPoints.R'
        'AttributeSpace.R' 'AttributeSpaces.R' 'GurobiOpts.R'
        'ManualOpts.R' 'calcSpeciesAverageInPus.R' 'calcBoundaryData.R'
        'RapData.R' 'RapReliableOpts.R' 'RapResults.R'
        'RapUnreliableOpts.R' 'RapUnsolved.R' 'RapSolved.R'
        'SpatialPolygons2PolySet.R' 'data.R' 'rap.R' 'raptr.R'
        'rrap.proportion.held.R' 'sim.pus.R' 'sim.space.R'
        'sim.species.R' 'urap.proportion.held.R' 'zzz.R'
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-07-27 02:06:42 UTC; jeff
Author: Jeffrey O Hanson [aut, cre],
  Jonathan R Rhodes [aut],
  Hugh P Possingham [aut],
  Richard A Fuller [aut]
Maintainer: Jeffrey O Hanson <jeffrey.hanson@uqconnect.edu.au>
Repository: CRAN
Date/Publication: 2020-07-31 08:20:03 UTC
