Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# CHANGES IN GGIR VERSION 3.3-?
# CHANGES IN GGIR VERSION 3.3-3

- Part 2: Step/cadence expanded with a variety of output variables #1398. Credits for funding this enhancement: Ben Maylor and Alex Rowlands.

- Part 1: Fix bug that caused GENEAsleep binary data to no longer to be recognised as such since the introduction of functionality for Parmay binary data. #1432

- Part 4: Fix bug causing the error about missing object defaultGuiderCorrected #1438

# CHANGES IN GGIR VERSION 3.3-2

- Part 1: Fractional sampling rate for GENEActiv now automatically resampled to rounded sampling rate to ease and avoid ambiguity in epoch level aggregation #1408.
Expand Down
1 change: 1 addition & 0 deletions R/g.part4.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ g.part4 = function(datadir = c(), metadatadir = c(), f0 = f0, f1 = f1,
defaultGuiderWake = 31
}
defaultGuider = guider
defaultGuiderCorrected = NULL
} else if ((length(params_sleep[["def.noc.sleep"]]) == 1 ||
length(params_sleep[["loglocation"]]) != 0) &&
length(SPTE_start) != 0) {
Expand Down