Skip to content

Commit

Permalink
Update NEWS.md and increment version of 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelsel committed May 9, 2024
1 parent 1aba026 commit f559773
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: iFitbit
Type: Package
Title: Extract Data from the Fitbit API
Version: 0.1.6
Version: 0.1.7
Author: Brian Helsel
Maintainer: Brian Helsel <[email protected]>
Description: This R package extracts activity, sleep, device, and profile data
Expand Down Expand Up @@ -30,7 +30,7 @@ Imports:
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
knitr,
doParallel,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ importFrom(DBI,dbWriteTable)
importFrom(RCurl,base64Encode)
importFrom(RSQLite,SQLite)
importFrom(data.table,fwrite)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# iFitbit 0.1.7
* Add `.readTables` database function.
* Add parallel processing to the `fitbit_heart_intraday` function.
* Changed `get_fitbit_exercise_log` to extend the limit and replace `before.date` with `after.date`
* Added the `.extract_token` function to reduce repetitive text inside the main functions
* Added `.checkDatabase` to create SQL database if one does not exist and `toSQL` is set to true
* Removed cases where `get_fitbit_device` returns a MobileTrack device

# iFitbit 0.1.6
* Improve sleep classification during an intraday heart rate request
Expand Down
3 changes: 1 addition & 2 deletions R/iFitbit.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
#'
#' \code{\link{get_fitbit_heart_intraday}}
#'
#' @docType package
#' @name iFitbit
#' @import magrittr
#' @import ggplot2
Expand All @@ -36,7 +35,7 @@
#' @importFrom RCurl base64Encode
#' @importFrom utils modifyList tail menu
#' @importFrom rmarkdown render
#' @importFrom dplyr distinct case_when summarise_at select desc mutate_if top_n mutate arrange rename bind_cols if_else summarise_all
#' @importFrom dplyr all_of distinct case_when summarise_at select desc mutate_if top_n mutate arrange rename bind_cols if_else summarise_all
#' @importFrom reactable colDef colGroup reactable reactableTheme
#' @importFrom purrr as_vector
#' @importFrom tidyr pivot_longer complete
Expand Down
1 change: 0 additions & 1 deletion man/iFitbit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f559773

Please sign in to comment.