Skip to content

Commit

Permalink
Settle v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbing committed May 27, 2022
1 parent 8d0a814 commit 1954554
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: AGread
Title: Read Data Files from ActiGraph Monitors
Version: 1.1.1.9000
Version: 1.2.0
Authors@R: c(
person(c("Paul", "R."), "Hibbing", email = "[email protected]",
role = c("aut","cre")),
Expand Down Expand Up @@ -34,6 +34,7 @@ Imports:
reshape2 (>= 1.4.3),
rlang (>= 0.2.0),
R.utils,
read.gt3x,
seewave (>= 2.0.5),
stats,
stringr (>= 1.3.0),
Expand All @@ -45,7 +46,7 @@ Imports:
Remotes: paulhibbing/PAutilities
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
URL: https://github.com/paulhibbing/AGread
BugReports: https://github.com/paulhibbing/AGread/issues
Suggests: testthat
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# AGread 1.1.1
# AGread 1.2.0

* Added reintegrate2
* Added a `parser = "dev"` option for `read_gt3x`, which serves
as a wrapper and formatter around `read.gt3x::read.gt3x`

## Changes

Expand Down

0 comments on commit 1954554

Please sign in to comment.