- made
convert_measurement()more reliable regarding input column types
- Optimized peak finding by adding/subtracting one time step from bite start/end, respectively, and by making sure that numbers are numeric within the 'find_strongest_peaks()' function
- Added
peak_duration_max_force()to calculate duration and maximum force per peak and store it in a tibble with one peak per row
- Added checks of output folder existence to
rescale_peaks(),red_peaks_100(), andavg_peaks() - Removed the necessity of having the species name in df.peaks of
rescale_peaks() - Added some internal data checks with meaningful error messages to
rescale_peaks()andcorrect_peak() - Disentangled in
plot.to.screenandpath.plotsfind_best_fits() - Updated vignette
- Updated README.md
- added DOI to CITATION
- Corrected input tests of
y_to_force()
- Added logo (v.1.0.14)
- Added this NEWS.md file
- Updated the help file of
y_to_force()to clarify inputs and improved input checks - Added recommendation in help file of
crop_measurement()and the vignette to not over-crop - Added recommendation in the help file of
crop_measurement()and the vignette to copy RAW files when extracting distinct regions within time series data
- Changed file name extension of output files from "_cropped" to "_converted" in
convert_measurement()
- First version of
forceRon CRAN.