-
R side
- Fixed the issue with parameter passing to
ggplot2::stat_bin
inplot()
- Added detection for missing values and zero-length data in
test()
- Switched to version 3 serialization format
- Added more documentation
- Fixed the issue with parameter passing to
-
C++ side
- Improved the efficiency of calling R from C++
- Enhanced the permuting efficiency in
rcbd.*
,association.*
, andtable.*
- Replaced
R_len_t
withR_xlen_t
to support long vectors - Replaced
Rcpp.h
withRcpp/Lightest
to reduce compilation time
- Added support for
scoring
as an active binding indefine_pmt
- Corrected x-axis range in
plot()
whenstyle = "graphics"
- Improved the performance of
PairedDifference
-
R side
- Added support for custom scoring systems in
define_pmt
- Enabled compatibility with C++ standard versions beyond C++14 in
define_pmt
- Improved the performance of
KruskalWallis
,OneWay
, andStudentized
- Replaced certain
warning()
calls withstop()
- Refined some text
- Added support for custom scoring systems in
-
C++ side
- Enhanced permuting efficiency in
twosample_pmt
- Enhanced permuting efficiency in
- Improved
twosample_pmt
- Added examples
- Fixed
SiegelTukey
andContingencyTableTest
-
R side
- Changed the default value of
n_permu
to1e4
- Added support for test statistics defined using Rcpp in
define_pmt
- Added support for
null_value
other than zero in two-sample location tests - Added support for
scoring
inTwoSampleAssociationTest
- Added a confidence interval for p-value in
print()
- Added the
LearnNonparam.pmt_progress
option - Added
attr(t$n_permu, "n_used")
- Replaced
multicomp.*
withmultcomp.*
- Replaced
KSampleF
andRCBDF
withOneWay
andRCBDOneWay
- Stopped exporting abstract classes (
TwoSampleTest
,KSampleTest
, etc.) - Improved the efficiency of
ChiSquare
,Difference
,JonckheereTerpstra
,KruskalWallis
,RatioMeanDeviance
andStudentized
- Fixed many bugs
- Changed the default value of
-
C++ side
- Introduced a new progress bar, which is built at compile time to minimize runtime overhead
- R side
- Added
define_pmt
- Added some error messages
- Added some active bindings
- Introduced
graphics
as an alternative toggplot2
- Introduced
compiler::cmpfun
for better performance - Renamed
ANOVA
,RCBD
,RCBDANOVA
andSignedDiff
- Replaced
MultiCompT
andTukeyHSD
withStudentized
- Replaced
"approx"
with"asymp"
- Improved
MultipleComparison
- Improved
CDF$plot()
- Fixed many bugs
- Added
- C++ side
- A new progress bar
- Support for larger
n_permu
- Added logo
- Introduced Rcpp
- Replaced
Mean
withDifference
- Replaced
SignedScore
withSignedDiff
- Replaced
PermuTest$feed()
withPermuTest$test()
- Accelerated
RCBD
andTwoSamplePairedTest
- Improved
print()
andplot()
method ofCDF
,MultipleComparison
andPermuTest
- Added
"approx"
option for theQuantile$type
- Fixed many bugs