Skip to content

Releases: corynissen/fitbitScraper

CRAN release 0.1.8

14 Apr 14:47
Compare
Choose a tag to compare

added minutesSedentary data to 'get_daily_data'
fixed bug in the column names in 'get_daily_data' for getTimeInHeartRateZonesPerDay
if login returns a cookie that is character(0), throw error

CRAN release 0.1.7

19 May 18:34
Compare
Choose a tag to compare

fitbitScraper 0.1.7

  • added vignette

CRAN release 0.1.6

11 Apr 17:21
Compare
Choose a tag to compare

fitbitScraper 0.1.6

  • switch from RJSONIO to jsonlite

CRAN release 0.1.5

25 Feb 16:07
Compare
Choose a tag to compare

fitbitScraper 0.1.5

  • use real URL in DESCRIPTION
  • added <> around URLs in DESCRIPTION
  • added methods and utils to imports in DESCRIPTION
  • added corresponding methods:: and utils:: in code
  • changed get_activity_data() function to have a working end_date.
  • pull request #7 calories burned vs intake
  • pull request #5 Add check.names=T for creating data.frames
  • pull request #4 slight changes to sleep variable names
  • pull request #3 Update login.R