-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
31 lines (31 loc) · 921 Bytes
/
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
31
Package: ACTman
Type: Package
Title: Actigraphy manager
Version: 1.0-3
Date: 2017-11-13
Authors@R: c(person("Kunkels,","Y. K.",role = c("aut","cre"),
email = "[email protected]"),
person("Knapen,","S.,",role = c("aut","ctb"),
email = "[email protected]"),
person("Emerencia,","A. C.",role = c("aut","ctb"),
email = "[email protected]"))
BugReports: https://github.com/compsy/ACTman/issues
Maintainer: Yoram Kunkels <[email protected]>
Description: ACTman manages actigraphy data whilst offering
pre-processing and analyses options. This initial version
supports the 'Actiwatch 2' and 'MotionWatch 8' actigraphy
devices, whilst allowing for both sleep and circadian
rhythm analyses.
License: MIT + file LICENSE
Suggests:
testthat,
roxygen2
Imports:
dplyr,
stats,
nparACT,
gridExtra,
mice,
moments
Depends: R (>= 2.10)
RoxygenNote: 6.1.1