limonaid is an R package for working with LimeSurvey surveys and responses.
Find a file
2025-05-27 22:39:44 +02:00
img Trying to also handle subquestions 2020-04-12 13:54:35 +02:00
inst/extdata added group object 2024-02-29 20:45:58 +01:00
man fixed last URLs I hope 2025-05-27 22:37:23 +02:00
R fixed last URLs I hope 2025-05-27 22:37:23 +02:00
tests fixed error 2025-05-26 21:11:01 +02:00
vignettes built vignette 2025-05-27 21:57:42 +02:00
.gitignore built vignette 2025-05-27 21:57:42 +02:00
.gitlab-ci.yml CI config change 2022-01-04 22:46:22 +01:00
.Rbuildignore built vignette 2025-05-27 21:57:42 +02:00
_deploy.sh added deployment 2023-03-12 20:39:44 +01:00
_pkgdown.yml Added CI and pkgdown 2020-04-10 14:45:29 +02:00
cran-comments.md fixed last URLs I hope 2025-05-27 22:37:23 +02:00
CRAN-RELEASE Submitted version 0.1.3 to CRAN 2022-03-21 21:43:28 +01:00
CRAN-SUBMISSION submitted again 2025-05-27 22:39:44 +02:00
DESCRIPTION updated issues URL 2025-05-27 22:18:14 +02:00
limonaid.Rproj dus 2025-01-14 17:49:01 +01:00
NAMESPACE finally implemented Urs' tsv upload merge request 2025-05-27 21:51:15 +02:00
README.md corrected URL 2022-03-19 10:04:00 +01:00
README.Rmd corrected URL 2022-03-19 10:04:00 +01:00

Pipeline
status Coverage
status Version on
CRAN Version on
CRAN Version on
CRAN

limonaid 📦

limonaid: Working With LimeSurvey Surveys and Responses

The pkgdown website for this project is located at https://r-packages.gitlab.io/limonaid.

LimeSurvey is Free/Libre Open Source Software for the development and administrations of online studies, using sophisticated tailoring capabilities to support multiple study designs. This package supports programmatic creation of surveys that can then be imported into LimeSurvey, as well as userfriendly import of responses from LimeSurvey studies. {limonaid} also implements a number of functions to work with the LimeSurvey API from the defunct {limer} package by Andrew Heiss.

Installation

You can install the released version of limonaid from CRAN with:

install.packages('limonaid');

You can install the development version of limonaid from GitLab with:

remotes::install_gitlab('r-packages/limonaid');

(assuming you have remotes installed; otherwise, install that first using the install.packages function)