This site hosts R packages related to the ShinyItemAnalysis R package and its interactive application. All SIA modules are available here.
Below is a list of packages available in this repository. Click on a package to view the details.
To install packages from this repository, provide the URL in repos
argument of install.packages()
, together with your ordinary CRAN repository.
install.packages("your_package", repos = c("https://shinyitemanalysis.org/repo/", "https://cloud.r-project.org"))
Or you can add the repository to the list that the installation function consults:
options(repos = c("https://shinyitemanalysis.org/repo/", "https://cloud.r-project.org"))