Package: ActiSleep
Type: Package
Title: Sleep Duration Estimate Algorithm
Version: 0.2.2
Date: 2024-06-17
Authors@R: c(
    person("Jonggyu", "Baek", email = "Jonggyu.Baek@umassmed.edu", role = "aut"),
    person("Margaret", "Banker", email = "margaret.banker@northwestern.edu", role = "aut"),
    person("Nathan", "Szeto", email = "nszeto@umich.edu", role = c("aut", "cre")),
    person("Alice", "Cleynen", role = "aut"),
    person("Guillem", "Rigaill", role = "aut"),
    person("Michel", "Koskas", role = "aut"))
Description: Provides sleep duration estimates using a Pruned Dynamic
  Programming (PDP) algorithm that efficiently identifies
  change-points. PDP applied to physical activity data can identify
  transitions from wakefulness to sleep and vice versa. Baek, Jonggyu, Banker,
  Margaret, Jansen, Erica C., She, Xichen, Peterson, Karen E., Pitchford,
  E. Andrew, Song, Peter X. K. (2021) An Efficient Segmentation Algorithm to
  Estimate Sleep Duration from Actigraphy Data <doi:10.1007/s12561-021-09309-3>.
License: GPL-3
Imports: dplyr, stringr, lubridate, accelerometry, DBI, RSQLite,
        lazyeval, methods, utils, tibble
Depends: R (>= 3.5)
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.3.1
Packaged: 2024-06-18 13:04:17 UTC; nszeto
Author: Jonggyu Baek [aut],
  Margaret Banker [aut],
  Nathan Szeto [aut, cre],
  Alice Cleynen [aut],
  Guillem Rigaill [aut],
  Michel Koskas [aut]
Maintainer: Nathan Szeto <nszeto@umich.edu>
Repository: CRAN
Date/Publication: 2024-06-19 09:10:14 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 04:17:40 UTC; windows
Archs: x64
