Skip to content

Commit

Permalink
Reformat NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbing committed Sep 18, 2019
1 parent 94af78c commit 313e04d
Showing 1 changed file with 51 additions and 34 deletions.
85 changes: 51 additions & 34 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
<https://github.com/actigraph/GT3X-File-Format>.

# 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
Expand All @@ -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
<https://cran.r-project.org/web/checks/check_results_AGread.html> 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`.



0 comments on commit 313e04d

Please sign in to comment.