Changelog
Source:NEWS.md
RRatepol 1.2.3
- fix an issue with subsetting the uncertainty matrix to correctly align with the rest of the data (thanks to Giacomo Galli for reporting the bug)
- replace all not a basic ASCII character in documentation
RRatepol 1.2.2
- add more information about additional resources and workshops
- use {neotoma2} from CRAN
- fix an issue with a case, where the age difference between samples is zero. The zeros are replaced by arbitrary 0.1.
RRatepol 1.2.0
Name uniformity
- In order to make all (exported) functions easier to use (use verbs, snake_style,…), rename all functions and their argument. For back-compatibility, the original functions and arguments are kept but flagged as deprecated. More details here.
- main exported function name change:
- rename
fc_estimate_RoC()
toestimate_roc()
(#23) - rename
fc_plot_RoC_sequence()
toplot_roc()
(#24) - rename
fc_detect_peak_points()
todetect_peak_points()
(#25) - rename all internal functions (#26)
- rename
- Update README (#27)
RRatepol 1.1.0
utility functions Internal checks
- change
util_*
functions to useRUtilpol
package
Other
- within
select()
replace.data$foo
with"foo"
(suggested intidyselect
) - replace
1:length(...
withseq_along
RRatepol 1.0.0
General
- package has been re-factored (most internal processes have been updated)
- several arguments of functions have been changed and marked with
lifecycle
- add several more checks while data sourcing
Dissimilarity calculation
- use
vegan
package to calculate all dissimilarities except of standardised euclidean.
RRatepol 0.6.0
Overhaul change of the estimation of RoC
- RoC score is now returned in units selected by user (time_standardisation)
- Method of sample selection from bin is now optional (bin_selection)
- RoC is estimated only for subsequent bins (only_subsequent == TRUE)
- Bins are now created form the beginning of the core (instead of 0)
Console outputs
- General overhaul of console outputs presented to user while running RRatepol
- more information and warning messages are presented with each run
RRatepol 0.5.6
README
- Figures are now saved in the new folder (
man
folder) with the new names. - cosmetics changes in the code (spaces, new lines, etc)