forked from PhysicalActivityOpenTools/actimetric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.15 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
Package: actimetric
Type: Package
Title: Classifies Accelerometer Data Into Physical Activity Types
Version: 0.1.1
Authors@R: c(person("Jairo H","Migueles", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0366-6935")),
person("Matthew","Ahmadi", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3115-338X")),
person("Stewart","Trost", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9587-3944")))
Description: The goal of actimetric is to apply machine learning-based algorithms
to accelerometer data to provide insights in physical activity and
sleep behaviors in free-living conditions.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0), randomForest, gsignal, rattle
Config/testthat/edition: 3
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Imports:
caret, data.table, e1071, GGIR, HMM, signal, GGIRread, actilifecounts, actimetricModels