From 313e04ddcf9f9bb7ace41a3493364c6a27d150ce Mon Sep 17 00:00:00 2001 From: "Paul R. Hibbing" Date: Tue, 17 Sep 2019 22:45:42 -0400 Subject: [PATCH] Reformat NEWS.md --- NEWS.md | 85 ++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 34 deletions(-) diff --git a/NEWS.md b/NEWS.md index a73fd91..549ad75 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,11 @@ # AGread 1.0.0 + ## Summary - Version 1.0.0 features speedup via Rcpp in the `read_gt3x` - function. There is also increased reliance on S3 OOP - in the background code. The output is now successfully - tested for alignment with \*RAW.csv and \*-IMU.csv - output, having accounted for several issues noted below. + Version 1.0.0 features speedup via Rcpp in the `read_gt3x` + function. There is also increased reliance on S3 OOP + in the background code. The output is now successfully + tested for alignment with \*RAW.csv and \*-IMU.csv + output, having accounted for several issues noted below. ## Changes @@ -21,22 +22,26 @@ * Updated example data # AGread 0.2.2 + ## Summary - This is a second resubmission of version 0.2.0 + + This is a second resubmission of version 0.2.0 ## Changes -* The license has been changed from GPL-3 to MIT, to accommodate the + * The license has been changed from GPL-3 to MIT, to accommodate the usage conditions of material derived from . # AGread 0.2.1 + ## Summary - This is a resubmission of version 0.2.0 + + This is a resubmission of version 0.2.0 ## Changes -* LICENSE was updated in the submission of version 0.2.0, but the changes were + * LICENSE was updated in the submission of version 0.2.0, but the changes were not documented. In this resubmission, DESCRIPTION has been updated accordingly. Specifically, copyright ownership has been clarified, related to the use of open source material from @@ -45,53 +50,65 @@ DESCRIPTION has been changed to `file LICENSE` to prevent misrepresentation of the package copyright. -* Dependency `reshape2` was removed to resolve a NOTE on + * Dependency `reshape2` was removed to resolve a NOTE on for r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, and r-patched-solaris-x86. -* Documentation was updated. + * Documentation was updated. # AGread 0.2.0 + ## Summary - In this update, the key new feature is support for reading binary - .gt3x files. Other bugs have been solved related to time variables, - and particularly calculations in epoch lengths other than 1-s. The - major changes are noted below. + + In this update, the key new feature is support for reading binary + .gt3x files. Other bugs have been solved related to time variables, + and particularly calculations in epoch lengths other than 1-s. The + major changes are noted below. ## Changes -* Added support for reading binary .gt3x files -* Added reintegration function -* Expanded support for files with inclinometer columns, to allow un-coded or - dummy-coded data -* Added chunking as an option for reading RAW.csv files that are too large - and cause memory issues -* Added option to apply autocalibration with GGIR -* Added option to return raw (uncollapsed) data (#3, @srlamunion) -* Updated time stamp calculations and time zone specifications where needed -* Set up automated testing for continued development + * Added support for reading binary .gt3x files + * Added reintegration function + * Expanded support for files with inclinometer columns, to allow un-coded or + dummy-coded data + * Added chunking as an option for reading RAW.csv files that are too large + and cause memory issues + * Added option to apply autocalibration with GGIR + * Added option to return raw (uncollapsed) data (#3, @srlamunion) + * Updated time stamp calculations and time zone specifications where needed + * Set up automated testing for continued development # AGread 0.1.2 + ## Summary - This is a resubmission of the original version + + This is a resubmission of the original version + ## Changes -* Added a summary of what ActiGraph monitors measure + + * Added a summary of what ActiGraph monitors measure in DESCRIPTION -* Unwrapped examples from \dontrun{} where feasible -* Improved the documentation of classify_magnetometer() -* Exported AG_meta() + * Unwrapped examples from \dontrun{} where feasible + * Improved the documentation of classify_magnetometer() + * Exported AG_meta() # AGread 0.1.1 + ## Summary - This is a resubmission of the original version + + This is a resubmission of the original version + ## Changes -* Added Vincent van Hees as contributor -* Added URL and BugReports fields to DESCRIPTION + + * Added Vincent van Hees as contributor + * Added URL and BugReports fields to DESCRIPTION # AGread 0.1.0 + ## Summary -* This is the initial version of `AGread`. + + * This is the initial version of `AGread`.