-
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