Package: tallieR Title: Import and Score ScoreMe App Questionnaire Data Version: 0.2.0 Authors@R: c( person("Lucas", "França", email = "lucas.franca@northumbria.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0853-1319")), person("Mario", "Leocadio-Miguel", role = "aut", comment = c(ORCID = "0000-0002-7248-3529")) ) Description: A companion package for the ScoreMe app (https://scoreme.circadia-lab.uk). Provides tools to import participant JSON exports, re-score validated questionnaires, and assemble tidy wide and long study-level data frames ready for downstream analysis in R. Stable instruments: ESS, ISI, DBAS-16, MEQ, PSQI, RU-SATED, STOP-BANG, KSS, MCTQ. Beta instruments (scoring ported from ScoreMe, not yet independently validated in tallieR): PHQ-2, PHQ-9, PHQ-15, GAD-7, GAD-2, BDI-II, BAI, DASS-21, PANSS, STAI-S, STAI-T, WHOQOL-BREF, MacArthur SSS, IPAQ-S, GPAQ, GSQ, AQ-10. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Depends: R (>= 4.1.0) Imports: jsonlite (>= 1.8.0), dplyr (>= 1.1.0), tidyr (>= 1.3.0), purrr (>= 1.0.0), rlang (>= 1.1.0), cli (>= 3.6.0) Suggests: ggplot2 (>= 3.4.0), knitr, pkgdown, rmarkdown, testthat (>= 3.0.0), tibble (>= 3.0.0) Config/testthat/edition: 3 URL: https://tallier.circadia-lab.uk, https://github.com/circadia-bio/tallieR BugReports: https://github.com/circadia-bio/tallieR/issues Config/pak/sysreqs: libicu-dev Repository: https://circadia-bio.r-universe.dev Date/Publication: 2026-05-22 12:30:07 UTC RemoteUrl: https://github.com/circadia-bio/tallieR RemoteRef: main RemoteSha: 7e4878c4015551037d2c8299c82aea6c4e18b502 NeedsCompilation: no Packaged: 2026-07-01 23:57:00 UTC; root Author: Lucas França [aut, cre] (ORCID: ), Mario Leocadio-Miguel [aut] (ORCID: ) Maintainer: Lucas França