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 <https://dev.fitbit.com/build/reference/web-api/>.
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
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-25 15:55:29 UTC; matt
Author: Matt Kaye [aut, cre]
Maintainer: Matt Kaye <mrkaye97@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-25 16:10:02 UTC
Built: R 4.3.0; ; 2023-04-07 03:32:57 UTC; unix
