-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
18 lines (18 loc) · 787 Bytes
/
DESCRIPTION
File metadata and controls
18 lines (18 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: accelerometry
Type: Package
Title: Functions for Processing Accelerometer Data
Version: 3.1.3
License: GPL-3
LazyData: true
Date: 2018-12-01
Author: Dane R. Van Domelen
Maintainer: Dane R. Van Domelen <vandomed@gmail.com>
Description: A collection of functions that perform operations on time-series accelerometer data, such as identify non-wear time, flag minutes that are part of an activity bout, and find the maximum 10-minute average count value. The functions are generally very flexible, allowing for a variety of algorithms to be implemented. Most of the functions are written in C++ for efficiency.
Depends: R (>= 3.0.0)
Imports: Rcpp (>= 0.12.15), dvmisc, extraDistr
Suggests: knitr,
rmarkdown,
pander
LinkingTo: Rcpp
RoxygenNote: 6.0.1
VignetteBuilder: knitr