Skip to content

agcounts 0.6.1

Compare
Choose a tag to compare
@bhelsel bhelsel released this 13 Apr 20:27
· 81 commits to master since this release
e545a8f

agcounts 0.6.1

  • Added start_time and stop_time attributes to data read by the pygt3x calibrated reader.
  • Added lubridate::floor_date to round data_start in case data doesn't start on the specified epoch.
  • Updated Shiny app documentation by moving all importFrom documentation to the agShinyDeployApp function.
  • Deployed the Shiny app to shinyapps.io and contained it in the inst/agcounts folder.

agcounts 0.6.0

  • Developed a Shiny app to allow users to visualize, explore, and compare activity counts.
  • Added the .calculate_raw_metrics function to calculate ENMO and MAD for the Shiny App.
  • Added the .read_agd function to extract metadata and data from the ActiGraph agd file for the Shiny app.
  • Changed the use of the bitwise '&' with Boolean operands to '&&' in the gcalibrate.cpp file.
  • Updated README.md with the new agread methods using the parser argument.