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.

sdstudio

sdstudio is a companion package for building, previewing, and managing surveys built using the surveydown survey platform through a Graphical User Interface (GUI). The studio runs as a local Shiny web app and makes it easier to create, preview, and manage surveys without extensive programming knowledge.

Installation

The sdstudio package is not yet on CRAN, but the development version can be installed from GitHub:

# install.packages("pak")
pak::pak("surveydown-dev/sdstudio", ask = FALSE)

Launch the Studio

The surveydown studio is the main application in sdstudio. Launch it with:

sdstudio::launch()

Features

🏗️ Build Tab - Visual Survey Creation

👁️ Preview Tab - Live Survey Testing

📊 Responses Tab - Data Management & Analytics

Database Configuration

The studio supports flexible database connection modes:

# Auto mode (recommended) - tries GSSAPI first, falls back if needed
launch()

# Prefer mode - uses GSSAPI if available, plain connection if not  
launch(gssencmode = "prefer")

# Disable mode - forces plain connection (useful for VPN environments)
launch(gssencmode = "disable")

Configure your database connection using environment variables or the built-in Settings interface within the studio.

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.