Skip to content

Commit

Permalink
Update description and NEWS.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelsel committed May 20, 2024
1 parent 34cb723 commit f76d6bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: agcounts
Type: Package
Title: Calculate 'ActiGraph' Counts from Accelerometer Data
Version: 0.6.7
Version: 0.6.8
Authors@R: c(
person(c("Brian", "C."), "Helsel", email = "[email protected]", role = c("aut", "cre")),
person(c("Paul", "R."), "Hibbing", role = "ctb"),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# agcounts 0.6.8
* Fix issue #20 related to C++ compiling by adding the `Rcpp` plugin for C++ 11.
* Update C++ code for `gcalibrateC` to resolve issue when there are NaN values in sphere data (issue #35)
* Resolve issue #36 when `calErrorEnd` never gets below 0.01.
* Change minloadcrit from 72 to 168 as recommended in issue #34

# agcounts 0.6.7
* Update `agcalibrate` to speed up function by first converting to a `data.table` before merging with the time stamps.
* Add parameter `imputeTimeGaps` to `agcalibrate` for users to decide if zeros are added back after calibration.
Expand Down

0 comments on commit f76d6bd

Please sign in to comment.