forked from paulhibbing/AGread
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: AGread
Title: Read Data Files from ActiGraph Monitors
Version: 0.1.2.9000
Authors@R: c(
person(c("Paul", "R."), "Hibbing", email = "[email protected]",
role = c("aut","cre")),
person(c("Vincent", "T."), "van Hees", role = "ctb"))
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.
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: GPL-3 | file LICENSE
Imports:
data.table (>= 1.10.4),
utils,
stats,
dplyr (>= 0.5.0),
seewave (>= 2.0.5),
magrittr (>= 1.5),
GGIR
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: https://github.com/paulhibbing/AGread
BugReports: https://github.com/paulhibbing/AGread/issues