Package: sjSDM
Type: Package
Title: Scalable Joint Species Distribution Modeling
Version: 1.0.2
Date: 2022-06-22
Authors@R: 
    c(person(given = "Maximilian",
             family = "Pichler",
             role = c("aut", "cre"),
             email = "maximilian.pichler@biologie.uni-regensburg.de",
             comment = c(ORCID = "0000-0003-2252-8327")),
      person(given = "Florian",
             family = "Hartig",
             role = "aut",
             email = "florian.hartig@biologie.uni-regensburg.de",
             comment = c(ORCID = "0000-0002-6255-9059")),
      person(given = "Wang",
             family = "Cai",
             role = "ctb",
             email = "caiwang0503@163.com"))
Description: A scalable method to estimate joint Species Distribution Models (jSDMs) for big community datasets based on a Monte Carlo approximation of the joint likelihood.  The numerical approximation is based on 'PyTorch' and 'reticulate', and can be run on CPUs and GPUs alike. The method is described in Pichler & Hartig (2021) <doi:10.1111/2041-210X.13687>. The package contains various extensions, including support for different response families, ability to account for spatial autocorrelation, and deep neural networks instead of the linear predictor in jSDMs.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.0)
Imports: reticulate, stats, mvtnorm, utils, rstudioapi, abind,
        graphics, grDevices, Metrics, parallel, mgcv, Ternary, cli,
        crayon, ggplot2, checkmate, mathjaxr, ggtern
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 7.2.0
URL: https://theoreticalecology.github.io/s-jSDM/
BugReports: https://github.com/TheoreticalEcology/s-jSDM/issues
VignetteBuilder: knitr
RdMacros: mathjaxr
NeedsCompilation: no
Packaged: 2022-06-22 06:32:02 UTC; maximilianpichler
Author: Maximilian Pichler [aut, cre] (<https://orcid.org/0000-0003-2252-8327>),
  Florian Hartig [aut] (<https://orcid.org/0000-0002-6255-9059>),
  Wang Cai [ctb]
Maintainer: Maximilian Pichler <maximilian.pichler@biologie.uni-regensburg.de>
Repository: CRAN
Date/Publication: 2022-06-23 22:10:02 UTC
