# install.packages("remotes")
::install_github("surveydown-dev/surveydown") remotes
Installation
Install R & Quarto
You need both:
- Install
- Install Quarto
We also recommend working with an IDE that has good support for R, Quarto, and Shiny.
Install the {surveydown} R package
The {surveydown} R package is not yet on CRAN, but you can install the development version from GitHub with the following command in your R console:
Version Control
We made some R functions to make it easier to keep your R package.
To check which version of the {surveydown} package you have installed, run:
::sd_version() surveydown
To update to the latest version of the {surveydown} package, run:
::sd_update() surveydown