Package: zeitR Title: Actigraphy Data Parsing and Analysis 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", email = "mario.miguel@northumbria.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-7248-3529")) ) Description: Provides tools for importing, parsing, and analysing raw actigraphy data from wrist-worn devices. Implements a full sleep analysis pipeline — off-wrist detection, main sleep period detection, nap detection, and WASO computation — validated epoch-for-epoch against the Condor circadiaBase Python reference pipeline using ActTrust hardware. Also computes standard non-parametric circadian rhythm variables (interdaily stability, intradaily variability, relative amplitude, L5, M10). Device-specific parameter presets can be swapped to adapt the pipeline to other actigraph models. Designed to complement slumbR in the Circadia Lab ecosystem. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Depends: R (>= 4.1.0) Imports: cli (>= 3.6.0), lubridate (>= 1.9.0), tibble (>= 3.0.0), tidyr (>= 1.3.0), tools, zoo (>= 1.8.0) Suggests: dplyr (>= 1.1.0), forcats (>= 1.0.0), ggplot2 (>= 3.4.0), mclust, RcppRoll, rlang (>= 1.1.0), knitr, pkgdown, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://zeitr.circadia-lab.uk, https://github.com/circadia-bio/zeitR BugReports: https://github.com/circadia-bio/zeitR/issues Config/pak/sysreqs: libicu-dev Repository: https://circadia-bio.r-universe.dev Date/Publication: 2026-06-29 05:18:54 UTC RemoteUrl: https://github.com/circadia-bio/zeitR RemoteRef: main RemoteSha: 3a0d920bcd81d5962ffebc93abd2d568e823fb97 NeedsCompilation: no Packaged: 2026-07-01 23:57:24 UTC; root Author: Lucas França [aut, cre] (ORCID: ), Mario Leocadio-Miguel [aut] (ORCID: ) Maintainer: Lucas França