Skip to content

Commit

Permalink
Increment version to 0.6.4 and update NEWS.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelsel committed Jul 21, 2023
1 parent 9a85f82 commit d2a18e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut", "cre")),
Expand All @@ -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
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit d2a18e2

Please sign in to comment.