From f76d6bd13c67d823160d290b4d0b742826149ccb Mon Sep 17 00:00:00 2001 From: Brian Helsel Date: Mon, 20 May 2024 08:47:11 -0500 Subject: [PATCH] Update description and NEWS.md files --- DESCRIPTION | 2 +- NEWS.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 58a6074..566f9db 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "bhelsel@kumc.edu", role = c("aut", "cre")), person(c("Paul", "R."), "Hibbing", role = "ctb"), diff --git a/NEWS.md b/NEWS.md index ad06c22..45704d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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.