Package: formr Title: Companion R Package for the 'formr' Survey Framework Description: Serves as a companion toolkit for the 'formr' survey framework (). The package acts as a bridge between a 'formr' server and a local R environment. Key features include an API client for fetching, type-casting, and automatically scoring data; a project management workflow for syncing study assets (surveys, CSS) for local editing; and functions for use within 'formr' runs to generate dynamic, personalized feedback plots and to simplify survey logic. Version: 1.2.0 Authors@R: c( person("Ruben", "Arslan", email = "rubenarslan@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6670-5658")), person("Tim B", "Seidel", email = "tim.seidel@outlook.com", role = c("aut", "ctb")) ) Depends: R (>= 4.1.0) Imports: stats, methods, tools, utils, dplyr, ggplot2, scales, haven, stringr, tidyr, knitr, httr, curl, jsonlite, lubridate, rmarkdown, purrr, readr, rlang (>= 1.0.0) Suggests: testthat (>= 3.0.0), vcr, mockery, withr, rstudioapi, plotly, commonmark, keyring, otp License: MIT + file LICENSE Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://rubenarslan.github.io/formr/, https://github.com/rubenarslan/formr BugReports: https://github.com/rubenarslan/formr/issues Config/roxygen2/version: 8.0.0 RoxygenNote: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://rforms.r-universe.dev Date/Publication: 2026-07-08 10:58:02 UTC RemoteUrl: https://github.com/rubenarslan/formr RemoteRef: HEAD RemoteSha: ffbfe56cb15b21666ee1f802798970a691a1a527 NeedsCompilation: no Packaged: 2026-07-08 13:32:24 UTC; root Author: Ruben Arslan [aut, cre] (ORCID: ), Tim B Seidel [aut, ctb] Maintainer: Ruben Arslan