-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 1.25 KB
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
Package: actimetricModels
Type: Package
Title: Machine Learning Models for Activity Recognition
Version: 0.1.1
Authors@R: c(person("Jairo H","Migueles", role = c("aut","cre"),
email = "jairo@jhmigueles.com",
comment = c(ORCID = "0000-0003-0366-6935")),
person("Matthew","Ahmadi", role = c("aut"),
email = "matthew.ahmadi@sydney.edu.au",
comment = c(ORCID = "0000-0002-3115-338X")),
person("Stewart","Trost", role = c("aut"),
email = "s.trost@uq.edu.au",
comment = c(ORCID = "0000-0001-9587-3944")))
Maintainer: Jairo H. Migueles <jairo@jhmigueles.com>
Description: The goal of actimetricModels is to store machine learning-based models
for accelerometer data to provide insights in physical activity and
sleep behaviors in free-living conditions. The models are used to
make predictions in the actimetric R package.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10), rattle
RoxygenNote: 7.2.3
URL: https://github.com/PhysicalActivityOpenTools/actimetricModels
BugReports: https://github.com/PhysicalActivityOpenTools/actimetricModels/issues