Package: surveydata Version: 0.2.8 License: GPL-2|GPL-3 Title: Tools to Work with Survey Data LazyData: true LazyLoad: true Copyright: Andrie de Vries Authors@R: c( person("Andrie", "de Vries", role=c("aut", "cre", "cph"), email="apdevries@gmail.com"), person("Evan", "Odell", role=c("ctb")) ) Description: Data obtained from surveys contains information not only about the survey responses, but also the survey metadata, e.g. the original survey questions and the answer options. The 'surveydata' package makes it easy to keep track of this metadata, and to easily extract columns with specific questions. URL: https://github.com/andrie/surveydata, https://andrie.github.io/surveydata/ BugReports: https://github.com/andrie/surveydata/issues ByteCompile: yes Depends: R (>= 4.1.0) Imports: dplyr, rlang, magrittr, purrr, ggplot2, scales, tidyr, DT, assertthat Suggests: testthat, knitr, rmarkdown, withr, covr, rprojroot, spelling RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Encoding: UTF-8 Language: en-GB Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://andrie.r-universe.dev Date/Publication: 2026-01-17 13:38:02 UTC RemoteUrl: https://github.com/andrie/surveydata RemoteRef: HEAD RemoteSha: 1b6ad976302d4ff35ae754b464a2453412e79aac NeedsCompilation: no Packaged: 2026-06-16 08:52:33 UTC; root Author: Andrie de Vries [aut, cre, cph], Evan Odell [ctb] Maintainer: Andrie de Vries