ShinyItemAnalysis CRAN-like Repository

This site hosts R packages related to ShinyItemAnalysis (SIA) R package and interactive application. All SIA modules are hosted here.

To use the repository, please add https://shinyitemanalysis.org/repo/ as repository URL in R by calling:
options(repos = c("https://shinyitemanalysis.org/repo/", "https://cloud.r-project.org")).

Or you can use the repository URL when installing a package:
install.packages(..., repos = c("https://shinyitemanalysis.org/repo/", "https://cloud.r-project.org"))

To see the packages available at the repository, call:
rownames(available.packages(repos = "https://shinyitemanalysis.org/repo/")).