From 9b1c1e7564c45763c08dc8b7b5d611cf60cb7092 Mon Sep 17 00:00:00 2001 From: Vincent van Hees Date: Mon, 30 Sep 2024 14:29:20 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 2719601..afd06aa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,8 +4,9 @@ - Stops interactive calling of `chooseCRANmirror` on `.onAttach` if interactive and CRAN mirror not set GGIR #1141. - Migrate read function for ActiGraph (csv) and Actiwatch (csv/awd) count data to GGIRread #68. - Add function for reading Actical (csv) count data #68. -- Add function to read and merge Philips Health Band file pairs (xlsx) #68. -- Add function for reading Fitbit (json) with sleep, steps or calories #68. +- Add functions for reading and mergerging Philips Health Band file pairs (xlsx) #68. +- Add functions for reading and merging Fitbit (json) with sleep, steps, and/or calories #68. + # Changes in version 1.0.1 (release date:03-06-2024)