Skip to content

stscl/sptorch

Repository files navigation

sptorch

CRAN r-universe

Spatial Analysis Empowered by Neural Networks

Installation

  • Install development source version from GitHub with:
# install.packages("devtools")
devtools::install_github("stscl/sptorch",
                         build_vignettes = TRUE,
                         dep = TRUE)