Skip to content

Commit e33b0c6

Browse files
committed
documentation, news, and update version number
1 parent 6f4da79 commit e33b0c6

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: actimetric
22
Type: Package
33
Title: Classifies Accelerometer Data Into Physical Activity Types
4-
Version: 0.1.3
4+
Version: 0.1.4
55
Authors@R: c(person("Jairo H","Migueles", role = c("aut","cre"),
66
email = "[email protected]",
77
comment = c(ORCID = "0000-0003-0366-6935")),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# actimetric 0.1.4
2+
3+
* Time series: stores classes as factor in time series to ease interpretation #51
4+
* Documentation: minor revision of documentation for functions check_classifier and getBout #41
5+
16
# actimetric 0.1.3
27

38
* Calibration: fix minor bug by which calibration procedure was using time column instead of acceleration columns in data #49

R/check_classifier.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#'
1010
#' @return Character with the definitive classifier
1111
#' @export
12-
#'
13-
#' @examples
1412
#' @author Jairo H. Migueles <[email protected]>
1513
#' check_classifier("Adult wrist Trost")
1614
check_classifier = function(classifier) {

R/getBout.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @param epoch Integer (default = 5) indicating the epoch length in seconds.
1111
#' @param boutmaxgap Integer (default = 1) with maximum consecutive gap length allowed in bout calculation.
1212
#'
13-
#' @return
13+
#' @return Vector with 0's and 1's indicating bout occurrences.
1414
#' @export
1515
#' @references GGIR R Package. doi: 10.1123/jmpb.2018-0063
1616
getBout = function(x, boutduration = 10, boutcriter = 0.8, boutmaxgap = 1, epoch = 5) {

man/getBout.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)