NEWS | R Documentation |
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.