Closed vincentvanhees closed 8 months ago
Following discussion in https://groups.google.com/g/rpackageggir/c/FlkgEoA1AHU It seems there is a bug in how night level sleep aggregates are merged in part 5 results.
It seems this was introduced when I split of the code g.partt5_analyseSegment.R from g.part5, where add_one_day_to_next_date was not exported.
g.partt5_analyseSegment.R
g.part5
add_one_day_to_next_date
I am now fixing this.
Following discussion in https://groups.google.com/g/rpackageggir/c/FlkgEoA1AHU It seems there is a bug in how night level sleep aggregates are merged in part 5 results.
It seems this was introduced when I split of the code
g.partt5_analyseSegment.R
fromg.part5
, whereadd_one_day_to_next_date
was not exported.I am now fixing this.