Type: Package Package: fitbitr Title: Interface with the 'Fitbit' API Version: 0.3.0 Authors@R: person(given = "Matt", family = "Kaye", role = c("aut", "cre"), email = "mrkaye97@gmail.com") Description: Many 'Fitbit' users, and R-friendly 'Fitbit' users especially, have found themselves curious about their 'Fitbit' data. 'Fitbit' aggregates a large amount of personal data, much of which is interesting for personal research and to satisfy curiosity, and is even potentially useful in medical settings. The goal of 'fitbitr' is to make interfacing with the 'Fitbit' API as streamlined as possible, to make it simple for R users of all backgrounds and comfort levels to analyze their 'Fitbit' data and do whatever they want with it! Currently, 'fitbitr' includes methods for pulling data on activity, sleep, and heart rate, but this list is likely to grow in the future as the package gains more traction and more requests for new methods to be implemented come in. You can find details on the 'Fitbit' API at . License: GPL (>= 3) URL: https://github.com/mrkaye97/fitbitr, https://matthewrkaye.com/fitbitr/ BugReports: https://github.com/mrkaye97/fitbitr/issues Imports: dplyr, httr, janitor, jsonlite, lubridate, magrittr, purrr, rlang, tibble (>= 2.0.0), tidyr Suggests: checkmate (>= 2.0.0), devtools, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://mrkaye97.r-universe.dev Date/Publication: 2024-10-16 11:39:04 UTC RemoteUrl: https://github.com/mrkaye97/fitbitr RemoteRef: HEAD RemoteSha: cef60d1096b486dfeadabe86dcb14c66b455e30c NeedsCompilation: no Packaged: 2026-07-03 21:34:36 UTC; root Author: Matt Kaye [aut, cre] Maintainer: Matt Kaye