Changes in version 1.0-13 o NEWS.Rd is now generated by libcoin.w. o Remove the no longer needed STRICT_R_HEADERS. o Documentation updates. o Makefile improvements. Changes in version 1.0-12 (2026-03-16) o PROTECT calls to getAttrib as adviced by rchk. Changes in version 1.0-11 (2026-03-06) o Use REFERENCES.bib. Changes in version 1.0-10 (2023-09-27) o Add Henric Winell as author. o Enable STRICT_R_HEADERS. o The nuweb source code is now included (see ../inst/nuweb/). o Documentation updates. Changes in version 1.0-9 (2021-09-27) o R_MPinv_sym can now determine the full dimension of the packed input x by setting n to 0L. o Add #define USE_FC_LEN_T to header as requested by CRAN 2021-09-25. Changes in version 1.0-8 (2021-02-08) o Fix LaTeX problem. Changes in version 1.0-7 (2021-01-15) o Correct spelling in error message. o Regression tests updated for coin 1.4-0. Changes in version 1.0-6 (2020-08-14) o Interface to S_rcont2 changed in stats, thanks to Martin Maechler for a fix. o New C function R_pack_sym for transforming a symmetric matrix to lower-packed storage mode. Changes in version 1.0-5 (2019-08-27) o New C function R_unpack_sym for unpacking a symmetric matrix stored in lower-packed storage mode. o New C functions R_quadform and R_MPinv_sym providing interfaces to the internal functions C_quadform and C_MPinv_sym. o Function libcoin_StandardisePermutedLinearStatistic was renamed to libcoin_R_StandardisePermutedLinearStatistic. o Documentation updates. Changes in version 1.0-4 (2019-02-28) o Bugfix in regression tests. Changes in version 1.0-3 (2019-02-18) o Parts of the covariance matrix were not set to zero initially. Changes in version 1.0-2 (2018-12-13) o Maximally selected statistics failed for large sample sizes because of unnecessary memory allocation. Report and fix by Joanidis Kristoforos. o Some additional checks for integer overflow. Changes in version 1.0-1 (2017-12-13) o Make valgrind happy. Changes in version 1.0-0 (2017-12-12) o Make the package truly literate; there is one single nuweb file called libcoin.w which generates the complete package. o The package can now deal with long vectors. Changes in version 0.9-3 (2017-07-03) o Remove copy of rcont2 from the stats package as it is exported now. Changes in version 0.9-2 (2017-04-05) o Fix protect problem in R_MaximumTest reported by Tomas Kalibera. Changes in version 0.9-1 (2017-02-06) o 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. o Stop when all observations are missing. o 2d case with missings in at least one variable used incorrect sample sizes and thus produced wrong results. Changes in version 0.9-0 (2016-12-09) o libcoin published on CRAN.