- removed the necessity for the classifier to contain
specimenandspeciescolumns, since the only importand columns is themeasurementcolumns. This happened as a response GitHub issue #3 (#3).
- reduces df.peaks when plot_peaks() now to save time for plotting fewer measurements.
- no changes
- release of v1.0.19 to CRAN.
- reduced time for example calculations of
find_strongest_peaks()andplot_peaks()to meet CRAN calculation times. - updated citation in README from 'under review' to published.
- added
collect_garbage = FALSEtoconvert_measurement()after the issue raised by Sam to possibly prevent the errors he describes. - changed CITATION file to meet new bibtext format criteria of CRAN.
- changed
slice(n=1)toslice(1)inpath.plots()after Error flags in CRAN Package Check Results.
- add parameters
degrees,threshold, andzero_thresholdtofind_best_fit().
amp_drift_corr()now accepts any time step size - though it is still expected that time steps are either constant or varying only to a neglectable degree.- results of
amp_drift_corr()are not rounded anymore.
- 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.