Skip to content

stscl/cisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c7e0cf2 · Jan 24, 2025
Nov 13, 2024
Jan 23, 2025
Jan 23, 2025
Nov 15, 2024
Jan 23, 2025
Nov 20, 2024
Nov 13, 2024
Jan 24, 2025
Nov 13, 2024
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Jan 24, 2025
Nov 13, 2024
Dec 4, 2024

Repository files navigation

cisp cisp website

Lifecycle: stable CRAN DownloadsAll DownloadsMonth R-universe

A Correlation Indicator Based on Spatial Patterns

Installation

  • Install from CRAN with:
install.packages("cisp", dep = TRUE)
  • Install development binary version from R-universe with:
install.packages('cisp',
                 repos = c("https://stscl.r-universe.dev",
                           "https://cloud.r-project.org"),
                 dep = TRUE)
  • Install development source version from GitHub with:
if (!requireNamespace("devtools")) {
    install.packages("devtools")
}
devtools::install_github("stscl/cisp",
                         build_vignettes = TRUE,
                         dep = TRUE)