Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 773 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 773 Bytes

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)