-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 909 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 909 Bytes
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
Package: weartime
Title: Wear Time Estimation from Accelerometer Data
Version: 0.2.2
Authors@R: c(
person(given = "John",
family = "Muschelli",
email = "muschellij2@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6469-1750")),
person(given = "Shaheen",
family = "Syed",
role = c("aut"))
)
Description: Implements a wear time estimation procedure
for accelerometer data, including a trained
convolutional neural network for raw data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
reticulate,
lubridate,
tibble,
curl,
dplyr,
magrittr,
assertthat
Suggests:
read.gt3x,
testthat
URL: https://github.com/muschellij2/weartime
BugReports: https://github.com/muschellij2/weartime/issues
Remotes:
muschellij2/pygt3x
RoxygenNote: 7.3.1