From 9f0fe8176d0cb449d04aa20f5cc55c5da2da75ad Mon Sep 17 00:00:00 2001 From: Brian Helsel Date: Wed, 5 Jun 2024 09:27:47 -0500 Subject: [PATCH] Update NEWS.md and increment version to agcounts 0.6.9 --- DESCRIPTION | 2 +- NEWS.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 566f9db..7472a52 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: agcounts Type: Package Title: Calculate 'ActiGraph' Counts from Accelerometer Data -Version: 0.6.8 +Version: 0.6.9 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 45704d7..809e268 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# agcounts 0.6.9 +* Added debugging capabilities to C++ code and additional arguments to control spherecrit, sdcriter, and minloadcrit within the `gcalibrateC` function. Thanks to John Muschelli for the contribution! + # 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)