| NEWS | R Documentation |
R_MPinv_sym can now determine the full dimension of the packed
input x by setting n to 0L.
Add #define USE_FC_LEN_T to header as requested by CRAN
2021-09-25.
Fix LaTeX problem.
Correct spelling in error message.
Regression tests updated for coin 1.4-0.
Interface to S_rcont2 changed in stats, thanks
to Martin Maechler for a fix.
New function R_pack_sym for transforming a symmetric matrix to
lower-packed storage mode.
New function R_unpack_sym for unpacking a symmetric matrix
stored in lower-packed storage mode.
New functions R_quadform and R_MPinv_sym providing
interfaces to the C functions C_quadform and
C_MPinv_sym.
Function libcoin_StandardisePermutedLinearStatistic was renamed
to libcoin_R_StandardisePermutedLinearStatistic.
Documentation updates.
Bugfix in regression tests.
Parts of the covariance matrix were not set to zero initially.
Maximally selected statistics failed for large sample sizes because of unnecessary memory allocation. Report and fix by Joanidis Kristoforos.
Some additional checks for integer overflow.
Make valgrind happy.
Make the package truly literate; there is one single NUWEB file called ‘libcoin.w’ which generates the complete package.
The package can now deal with long vectors.
Remove copy of rcont2 from the stats package as it is
exported now.
Fix protect problem in R_MaximumTest reported by Tomas
Kalibera.
Calling libcoin's C routines (using .Call())
now requires the entry points to be specified as R objects, i.e., the
use of character strings is no longer allowed.
Stop when all observations are missing.
2d case with missings in at least one variable used incorrect sample sizes and thus produced wrong results.
libcoin published on CRAN.