Package: slumbR Title: Sleep Diaries Helper Package for R Version: 0.1.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 Sleep Diaries app (https://sleepdiaries.circadia-lab.uk). Provides tools to import participant JSON exports, compute standard sleep variables (sleep onset latency, total sleep time, sleep efficiency, WASO, etc.), re-score validated sleep questionnaires (ESS, ISI, DBAS-16, MEQ, PSQI, RU-SATED, STOP-BANG, MCTQ), and assemble tidy study-level data frames ready for downstream analysis. 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), lubridate (>= 1.9.0), purrr (>= 1.0.0), rlang (>= 1.1.0), cli (>= 3.6.0) Suggests: ggplot2 (>= 3.4.0), knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/circadia-bio/slumbR, https://slumbr.circadia-lab.uk BugReports: https://github.com/circadia-bio/slumbR/issues Config/pak/sysreqs: libicu-dev Repository: https://circadia-bio.r-universe.dev Date/Publication: 2026-05-14 17:48:52 UTC RemoteUrl: https://github.com/circadia-bio/slumbR RemoteRef: main RemoteSha: 3bb8deb763a28fd51f2e3513d07681459284341d NeedsCompilation: no Packaged: 2026-07-01 23:56:24 UTC; root Author: Lucas França [aut, cre] (ORCID: ), Mario Leocadio-Miguel [aut] (ORCID: ) Maintainer: Lucas França