-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.46 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
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: mhealthtools
Type: Package
Title: mhealthtools - Package for processing mobile sensor data and to extract meaningful features
Version: 0.2.1
Depends: R (>= 2.10)
Description: mHealthTools package processes data from various mobile sensors such as accelerometer, gyroscope,
pedometer, screen touches, and microphones. Though this package is specifically designed around mHealth
applications developed by Sage Bionetwokrs, it works in general with any mobile sensors, provided the data
is supplied in a said format.
Authors@R: c(
person("Phil", "Snyder", email = "[email protected]", role = c("aut", "cre")),
person("Thanneer", "Perumal", email = "[email protected]", role = c("aut")),
person("Meghasyam", "Tummalacherla", email = "[email protected]", role = c("aut", "ctb")),
person("Abhishek", "Pratap", email = "[email protected]", role = c("ctb")),
person("Elias", "Chaibub Neto", email = "[email protected]", role = c("ctb")))
License: file LICENSE
LazyData: TRUE
Imports:
seewave,
data.table,
dplyr,
purrr,
tibble,
tidyr,
signal,
e1071,
stats,
EMD,
pracma,
rlang,
magrittr,
statcomp
Remotes: cran/statcomp,
URL: https://github.com/Sage-Bionetworks/mhealthtools
RoxygenNote: 7.1.0
Encoding: UTF-8
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
BugReports: https://github.com/Sage-Bionetworks/mhealthtools/issues