To install Spacelink, R version 4.0 or greater is required.
Install the development version
You can install the development version of Spacelink directly from GitHub.
# install.packages("devtools")
devtools::install_github("hanbyul-lee/spacelink")
library(spacelink)The following dependency package may need to be installed manually from CRAN:
install.packages("gaston")