From bd26441ade3666aa8f4b55688ad00576d6ceb4ca Mon Sep 17 00:00:00 2001 From: Vincent van Hees Date: Fri, 25 Oct 2024 12:55:42 +0200 Subject: [PATCH] update release version and date --- DESCRIPTION | 6 +++--- NEWS.md | 2 +- man/GGIRread-package.Rd | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d339294..2243f10 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: GGIRread Type: Package Title: Wearable Accelerometer Data File Readers -Version: 1.0.1 -Date: 2024-06-03 +Version: 1.0.2 +Date: 2024-10-26 Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"), email="v.vanhees@accelting.com"), person(given = "Patrick",family = "Bos", @@ -17,7 +17,7 @@ Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"), person("Medical Research Council UK", role = c("cph", "fnd")), person("Accelting", role = c("cph", "fnd"))) Maintainer: Vincent T van Hees -Description: Reads data collected from wearable acceleratometers as used in sleep and physical activity research. Currently supports file formats: binary data from 'GENEActiv' , .bin-format from GENEA devices (not for sale), and .cwa-format from 'Axivity' . Primarily designed to complement R package GGIR . +Description: Reads data collected from wearable acceleratometers as used in sleep and physical activity research. Currently supports file formats: binary data from 'GENEActiv' , .bin-format from GENEA devices (not for sale), and .cwa-format from 'Axivity' . Further, it has functions for reading text files with epoch level aggregates from Actical, Fitbit, Actiwatch, ActiGraph, and PhilipsHealthBand. Primarily designed to complement R package GGIR . URL: https://github.com/wadpac/GGIRread/ BugReports: https://github.com/wadpac/GGIRread/issues License: Apache License (== 2.0) diff --git a/NEWS.md b/NEWS.md index 43f18ff..9947046 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Changes in version 1.0.2 (release date:??-??-2024) +# Changes in version 1.0.2 (release date:26-10-2024) - Added a `NEWS.md` file to track changes to the package. - Stops interactive calling of `chooseCRANmirror` on `.onAttach` if interactive and CRAN mirror not set GGIR #1141. diff --git a/man/GGIRread-package.Rd b/man/GGIRread-package.Rd index c8e03ec..64908f3 100755 --- a/man/GGIRread-package.Rd +++ b/man/GGIRread-package.Rd @@ -14,8 +14,8 @@ \tabular{ll}{ Package: \tab GGIRread\cr Type: \tab Package\cr - Version: \tab 1.0.0\cr - Date: \tab 2024-03-27\cr + Version: \tab 1.0.2\cr + Date: \tab 2024-10-26\cr License: \tab LGPL (>= 2.0, < 3)\cr } }