forked from jhuwit/stepcount
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 754 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 754 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
Package: stepcount
Title: Estimate Step Counts from 'Accelerometry' Data
Version: 0.3.3
Authors@R:
person(given = "John",
family = "Muschelli",
role = c("aut", "cre"),
email = "muschellij2@gmail.com",
comment = c(ORCID = "0000-0001-6469-1750"))
Description: Interfaces the 'stepcount' Python
module <https://github.com/OxWearables/stepcount> to estimate
step counts and other activities from 'accelerometry' data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
assertthat,
curl,
lubridate,
magrittr,
readr,
reticulate
Suggests:
tidyr,
dplyr,
ggplot2,
testthat (>= 3.0.0)
Config/testthat/edition: 3