Package: AGread
Title: Read Data Files from ActiGraph Monitors
Version: 0.2.2
Authors@R: c(
    person(c("Paul", "R."), "Hibbing", email = "paulhibbing@gmail.com",
		  role = c("aut","cre")),
    person(c("Vincent", "T."), "van Hees", role = "ctb"),
    person(c("Samuel", "R."), "LaMunion", role = "ctb"),
    person("Daniel", "Judge", role = "ctb"),
    person("Judge", "Maygarden", role = "ctb"),
    person(c("ActiGraph", "LLC"), role = "cph")
    )
Description: Standardize the process of bringing various modes of output files
    into R. For more information, see:
    <https://actigraph.desk.com/customer/en/portal/articles/2515800-what-do-the-different-mode-numbers-mean-in-a-csv-or-dat-file->.
    Additionally, processes are provided to read and minimally pre-
    process raw data from primary accelerometer and inertial measurement unit files,
    as well as binary .gt3x files. ActiGraph monitors are used to estimate physical
    activity outcomes via body-worn sensors that measure (e.g.) acceleration or
    rotational velocity.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
Imports: anytime (>= 0.3.0), binaryLogic (>= 0.3.9), data.table (>=
        1.10.4), DescTools (>= 0.99.20), dplyr (>= 0.5.0), GGIR (>=
        1.5.0), lubridate, magrittr (>= 1.5), rlang (>= 0.2.0), seewave
        (>= 2.0.5), stats, stringr (>= 1.3.0), utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
URL: https://github.com/paulhibbing/AGread
BugReports: https://github.com/paulhibbing/AGread/issues
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-03-13 19:47:02 UTC; Paul
Author: Paul R. Hibbing [aut, cre],
  Vincent T. van Hees [ctb],
  Samuel R. LaMunion [ctb],
  Daniel Judge [ctb],
  Judge Maygarden [ctb],
  ActiGraph LLC [cph]
Maintainer: Paul R. Hibbing <paulhibbing@gmail.com>
Repository: CRAN
Date/Publication: 2019-03-13 20:13:47 UTC
