Package: samc
Type: Package
Title: Spatial Absorbing Markov Chains
Version: 1.0.3
Date: 2019-08-20
Authors@R: c(
    person("Andrew", "Marx", , "andrewjmarx@ufl.edu", role = c("aut", "cre", "cph"), 
      comment = c(ORCID = "0000-0002-7456-1631")
    ),
    person("Robert", "Fletcher", , , role = c("ctb"),
      comment = c(ORCID = "0000-0003-1717-5707")
    ),
    person("Miguel", "Acevedo", , , role = c("ctb"),
      comment = c(ORCID = "0000-0002-8289-1497")
    ),
    person("Jorge", "Sefair", , , role = c("ctb"),
      comment = c()
    ),
    person("Chao", "Wang", , , role = c("ctb"),
      comment = c()
    )
    )
Description: An implementation of the framework described in "Toward a unified
    framework for connectivity that disentangles movement and mortality in space
    and time" by Fletcher et al. (2019) <doi:10.1111/ele.13333>. 
    Incorporates both resistance and absorption with spatial absorbing Markov 
    chains (SAMC) to provide several short-term and long-term predictions for 
    metrics related to connectivity in landscapes.
License: GPL (>= 3)
URL: https://andrewmarx.github.io/samc
BugReports: https://github.com/andrewmarx/samc/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: methods, gdistance, Matrix, raster
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, ggplot2, png, viridis, gifski,
        gganimate
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'samc-class.R' 'check.R' 'data.R'
        'visitation.R' 'dispersal.R' 'distribution.R' 'map.R'
        'mortality.R' 'samc.R' 'survival.R'
LinkingTo: Rcpp (>= 1.0.1), RcppEigen (>= 0.3.3.5.0)
NeedsCompilation: yes
Packaged: 2019-08-20 14:42:48 UTC; andrewjmarx
Author: Andrew Marx [aut, cre, cph] (<https://orcid.org/0000-0002-7456-1631>),
  Robert Fletcher [ctb] (<https://orcid.org/0000-0003-1717-5707>),
  Miguel Acevedo [ctb] (<https://orcid.org/0000-0002-8289-1497>),
  Jorge Sefair [ctb],
  Chao Wang [ctb]
Maintainer: Andrew Marx <andrewjmarx@ufl.edu>
Repository: CRAN
Date/Publication: 2019-08-21 09:40:02 UTC
