Skip to content

activAnalyzer 2.0.2

Choose a tag to compare

@pydemull pydemull released this 09 Jan 11:44
  • Corrected figure in the vignette (a step-based metrics image was used instead of a figure related IG metrics).
  • Replaced ifelse() functions by dplyr::if_else() to increase speed.
  • Updated read_agd(): ticks_to_dttm function within dplyr::across() functions has be rewritten so that it fits the requirements of the dplyr::across() function as of dplyr 1.1.0.
  • Updated recap_by_day() function. The separation of the timestamp column in two columns (date and time) generated NAs for rows with 00:00:00. This has been solved by formating the timestamp column before separating it.
  • Launching the app in the default web brower is now the default setting of the run_app() function to prevent the problems that appear when closing the app after a use in the RStudio window.