Skip to content

Commit

Permalink
prepare 2.7-3 GitHub-only release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Jul 26, 2022
1 parent 25d7d26 commit e7ac860
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ authors:
family-names: Manasa
given-names: "Yerramalla"
cff-version: "1.0.3"
date-released: 2022-06-22
date-released: 2022-07-26
doi: "10.5281/zenodo.1051064"
keywords:
- "activity tracker"
Expand All @@ -69,5 +69,5 @@ license: "LGPL-2.0-only"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/wadpac/GGIR"
title: GGIR
version: "2.7-2"
version: "2.7-3"
...
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: GGIR
Type: Package
Title: Raw Accelerometer Data Analysis
Version: 2.7-2
Date: 2022-06-22
Version: 2.7-3
Date: 2022-07-26
Authors@R: c(person("Vincent T","van Hees",role=c("aut","cre"),
email="[email protected]"),
person("Jairo H","Migueles",role="aut"),
Expand Down
7 changes: 4 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
\name{NEWS}
\title{News for Package \pkg{GGIR}}
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
\section{Changes in version 2.7-3 (GitHub-only-release date:??-??-2022)}{
\section{Changes in version 2.7-3 (GitHub-only-release date:26-07-2022)}{
\itemize{
\item Part1: Added option to expand the last day of the recording to
trigger analyses for that day, see argument expand_tail_max_hours in params_general.
\item Part 1: Add extraction of ID and serial number from Movisens data
\item Part 4: Fixing #592 concerning using a set time window as guider for the sleep analyses
\item Fixed issue #592 which caused GGIR to incorrectly warn used about using the set time window guider functionality correctly
\item Part 2: Corrected calendar date time stamps in daysummary report on last day of the recording.
\item Part 2: Further, improvement to activity diary functionality to warn user when date format is inconsistent.
\item Part 2: Missing values in activity diary are now skipped by which non-neighboring cells with valid data can
define segments.
\item Part 3: Improved handling of sleep that ends in the hour before noon on the last day of the recording.
\item Part 4: Fixing #592 concerning using a set time window as guider for the sleep analyses
\item Part 4: Fixed issue #592 which caused GGIR to incorrectly warn used about using the
set time window guider functionality correctly
}
}

Expand Down
4 changes: 2 additions & 2 deletions man/GGIR-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
\tabular{ll}{
Package: \tab GGIR\cr
Type: \tab Package\cr
Version: \tab 2.7-2\cr
Date: \tab 2022-06-22\cr
Version: \tab 2.7-3\cr
Date: \tab 2022-07-26\cr
License: \tab LGPL (>= 2.0, < 3)\cr
Discussion group: \tab https://groups.google.com/forum/#!forum/rpackageggir\cr
}
Expand Down

0 comments on commit e7ac860

Please sign in to comment.