Package: rassta
Title: Raster-Based Spatial Stratification Algorithms
Version: 1.0.1
Maintainer: Bryan A. Fuentes <bryandrep@gmail.com>
Authors@R: c(person("Bryan A.", "Fuentes", role = c("aut", "cre"),
                     email = "bryandrep@gmail.com",
                     comment = c(ORCID = "0000-0003-3506-7101")),
             person("Minerva J.", "Dorantes", role = c("aut"),
                     email = "mdorant2@gmail.com",
                     comment = c(ORCID = "0000-0002-2877-832X")),
             person("John", "Tipton", role = c("aut"),
                     email = "jrtipton@uark.edu",
                     comment = c(ORCID = "0000-0002-6135-8141")),
             person("Robert J.", "Hijmans", role = "ctb",
                     email = "r.hijmans@gmail.com",
                     comment = c(ORCID = "0000-0001-5872-2872"))
            )
Description: Algorithms for the spatial stratification of landscapes, sampling and
    modeling of spatially-varying phenomena. These algorithms offer a simple framework
    for the stratification of geographic space based on raster layers representing
    landscape factors and/or factor scales. The stratification process follows a 
    hierarchical approach, which is based on first level units (i.e., classification 
    units) and second-level units (i.e., stratification units). Nonparametric techniques
    allow to measure the correspondence between the geographic space and the landscape
    configuration represented by the units. These correspondence metrics are useful to
    define sampling schemes and to model the spatial variability of environmental
    phenomena.
License: AGPL (>= 3)
Encoding: UTF-8
URL: https://github.com/bafuentes/rassta
BugReports: https://github.com/bafuentes/rassta/issues/
RoxygenNote: 7.1.2
Imports: cluster (>= 2.1.2), data.table (>= 1.14.0), dplyr (>= 1.0.7),
        DT (>= 0.18), foreach (>= 1.5.1), GGally (>= 2.1.2), ggplot2
        (>= 3.3.5), grDevices (>= 4.1.0), histogram (>= 0.0.25),
        KernSmooth (>= 2.23.18), kohonen (>= 3.0.10), plotly (>=
        4.9.4.1), raster (>= 3.4.13), rlang (>= 0.4.11), scales (>=
        1.1.1), shiny (>= 1.6.0), stats (>= 4.1.0), stringdist (>=
        0.9.6.3), stringi (>= 1.7.2), terra (>= 1.3.4), utils (>=
        4.1.0)
Suggests: testthat (>= 3.0.0), tinytest (>= 1.3.1), doParallel (>=
        1.0.16)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-10-13 21:00:06 UTC; bryan
Author: Bryan A. Fuentes [aut, cre] (<https://orcid.org/0000-0003-3506-7101>),
  Minerva J. Dorantes [aut] (<https://orcid.org/0000-0002-2877-832X>),
  John Tipton [aut] (<https://orcid.org/0000-0002-6135-8141>),
  Robert J. Hijmans [ctb] (<https://orcid.org/0000-0001-5872-2872>)
Repository: CRAN
Date/Publication: 2021-10-14 09:40:02 UTC
