From ea21096bee3f4197b3ab9fd8bb844b74b413cc8a Mon Sep 17 00:00:00 2001 From: Nissen <60018847@hospira.corp> Date: Thu, 13 Apr 2017 10:09:56 -0500 Subject: [PATCH] updated to 0.1.8 --- cran-comments.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 95a306c..c7840a9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,6 @@ -### fitbitScraper 0.1.7 -* removed BuildVignettes: false from DESCRIPTION -* added BuildVignettes: false to DESCRIPTION +### fitbitScraper 0.1.8 * VIGNETTE CAN ONLY BE BUILT ON MY MACHINE AS IT USES MY FITBIT LOGIN CREDENTIALS -* fixed CRAN URLs -* added vignette \ No newline at end of file +* added minutesSedentary data to 'get_daily_data' [(14)](https://github.com/corynissen/fitbitScraper/issues/14) +* fixed bug in the column names in 'get_daily_data' for getTimeInHeartRateZonesPerDay [(9)](https://github.com/corynissen/fitbitScraper/issues/9) [(13)](https://github.com/corynissen/fitbitScraper/issues/13) +* if login returns a cookie that is character(0), throw error [(10)](https://github.com/corynissen/fitbitScraper/issues/10)