The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

The goal of spada is to provide visual tools for Data Analysis in a Shiny App.
This package is inspired in many other tools like:
IBM SPSS Statistics (https://www.ibm.com/products/spss-statistics)
R Commander package (https://CRAN.R-project.org/package=Rcmdr)
Jamovi (https://www.jamovi.org/)
ydata profiling (https://docs.profiling.ydata.ai/latest/)
Warning: Spada is in active development.
You may try Spada in shinyapps.io Spada
You can access Spada Book on this website: Spada Book.
You can install the development version of spada from GitHub using the command below. This way you will get the same packages used in the Spada development.
install.packages("remotes")
remotes::install_github(
"lgschuck/spada",
dependencies = TRUE,
repos = 'https://packagemanager.posit.co/cran/2026-01-30'
)For a specific release visit Releases and change the ref parameter bellow for the tag name:

remotes::install_github(
"lgschuck/spada",
dependencies = TRUE,
repos = 'https://packagemanager.posit.co/cran/2026-01-30',
ref = "0.1.4"
)library(spada)if(interactive()){
spada()
}Spada is distributed as a Docker Image.
For instructions in how to download and use Spada go to Articles > Docker
You can use Docker Hub to search for diferent versions.









These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.