NEWS.md
Added functions for Bayesian test (bf_from_os), the corresponding S3 methods (print and plot) and helper functions to convert bayes factors to p-values (as_pvalue and as_bf).
Added function (bf_compare) to compare Bayesian and frequentist test.
pt_*, at_* and score_* to denote permutation test, asymptotic test and scoring functions.pt_from_os and at_from_os
Added S3 method to print the result of (statistical) tests.
Increased font size for p-value in S3 method to plot result of (statistical) tests.
Updated README with new examples and links.
Removed dependency on WeightedROC package.
Made dependencies on ranger and isotree optional, required only when using specific scoring functions.