diff --git a/DESCRIPTION b/DESCRIPTION index c047b6c..d921c3c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: agcounts Type: Package Title: R Package for Extracting Actigraphy Counts from Accelerometer Data -Version: 0.6.2 +Version: 0.6.4 Authors@R: c( person(c("Brian", "C."), "Helsel", email = "bhelsel80@gmail.com", role = c("aut", "cre")), @@ -12,7 +12,7 @@ Description: This R Package reads the X, Y, and Z axes in a GT3X accelerometer f The link to the article (https://www.researchsquare.com/article/rs-1370418/v1) and Python implementation of this code (https://github.com/actigraph/agcounts). Depends: R (>= 3.5.0) -License: MIT + file LICENSE +License: file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 diff --git a/NEWS.md b/NEWS.md index 257336e..8093b18 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# agcounts 0.6.4 +* Updated the agcounts license with KU Copyright and Creative Commons (CC BY-NC-SA 4.0). +* Changed the parsers to reflect the Python and R package names. +* Created more flexibility for adding a Shiny app theme. +* Extending the `.last_complete_epoch` function after discovering a file that did not find a complete epoch. + + # agcounts 0.6.3 * Improved test coverage including tests for the Shiny Server * Removed the Shiny App from the inst folder to only make it a callable app using `agShinyDeployApp`