diff --git a/DESCRIPTION b/DESCRIPTION index 5f6ff8e..942c56a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "paulhibbing@gmail.com", role = c("aut","cre")), @@ -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), @@ -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 diff --git a/NEWS.md b/NEWS.md index b99c405..ec2e2cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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