Releases: pydemull/activAnalyzer
Releases · pydemull/activAnalyzer
activAnalyzer 1.0.1
- Updated UI buttons colors.
- The figures of the report now indicate that figures have been modified from original versions.
- Added a Full Screen button.
- Modified the figures of the report: the figures now respect the X range of the original figures. 95% CI zones have been deleted for more simplicity.
- Removed the comment related to the MVPA/SED ratio from the reports because it was finally appropriate only for 50-79 yr old people (ie, the age category assessed in the concerned study).
- Updated guides.
activAnalyzer 1.0.0
- Allowed the possiblity to work with epochs shorter than 60 s. A warning is provided when the set epoch is <10 s to indicate that figures will not be created with such epochs to save time.
- The user can now set “23:59:59” rather than “23:59:00” to set the upper limit of the period of the day to be considered for analyzis.
- Increased the size of the files that the app can manage.
- Corrected bug for the message that should appear when a file with incorrect extension is uploaded.
- Added feedbacks to guide the user for the choice of the values to set to configure the desired epoch for analysis (the ratio between the desired epoch and the current epoch in the file can only be an integer).
- Replaced for loop by vectorization to detect bouts in the data file with the mark_intensity() function.
- Removed actigraph.sleepr from the DESCRIPTION file and added the read_agd.R file (from the actigraph.sleepr package) as additionnal file into the activAnalyzer package.
- The Reset button is now at the top of the app.
- Removed two dependencies (RColorBrewer, tinytex).
- Vector magnitude is now computed when using the prepare_dataset() function, not the mark_wear_time() function, that should be used after the prepare_dataset() function.
- Added tests for questionnaires scores computations.
- Updated guides.
- Added reports for the C-PPAC and D-PPAC questionnaires.
activAnalyzer 0.4.0
- Updated UI appearance.
- Updated documentation: it is now more clear that metrics are computed using valid wear time only.
- Updated graphics with activity data shown by day (the order of the dates was not systematically respected).
- Added the possibility to select the days to analyze.
- Updated feedbacks to be provided when inputs are not properly set.