-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.63 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: walkboutr
Title: Generate Walk Bouts from GPS and Accelerometry Data
Version: 0.5.0
Authors@R:
c(person("Lauren Blair", "Wilner",
email = "wilnerl@uw.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4439-3734")),
person("Stephen J", "Mooney",
email = "sjm2186@uw.edu",
role = c("aut")))
Description: Process GPS and accelerometry data to generate walk bouts. A walk bout is a period of activity with accelerometer movement matching the patterns of walking with corresponding GPS measurements that confirm travel. The inputs of the 'walkboutr' package are individual-level accelerometry and GPS data. The outputs of the model are walk bouts with corresponding times, duration, and summary statistics on the sample population, which collapse all personally identifying information. These bouts can be used to measure walking both as an outcome of a change to the built environment or as a predictor of health outcomes such as a cardioprotective behavior. Kang B, Moudon AV, Hurvitz PM, Saelens BE (2017) <doi:10.1016/j.trd.2017.09.026>.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/rwalkbout/walkboutr,
https://rwalkbout.github.io/walkboutr/
BugReports: https://github.com/rwalkbout/walkboutr/issues
Config/testthat/edition: 3
Imports:
data.table,
dplyr,
geosphere,
ggforce,
ggplot2,
lubridate,
lwgeom,
magrittr,
measurements,
sf,
sp,
stats,
tidyr
Depends:
R (>= 4.3.0)
Suggests:
knitr,
rmarkdown,
testthat,
tinytest,
utils
VignetteBuilder: knitr