Changes in version 0.5.3 (2025-08-20) o Added package anchors to cross references in Rd files. Changes in version 0.5.2 (2022-07-08) o Minor adjustment as a consequence of an internal change in package cna Changes in version 0.5.1 (2022-04-21) o fixed a minor bug in C++ code Changes in version 0.5.0 (2021-12-17) o selectMax(): Improved handling of multiple optima - as a consequence, the function multipleMax() and the argument allConCov in conCovOpt() are now obsolete (but kept for backward compatibility). o New argument warn in selectMax(). o New argument maxCombs in ereduce() and DNFbuild(). o New default reduce="ereduce" instead of reduce="rreduce" in DNFbuild(). o ereduce(): Improved computational efficiency. o conCovOpt(): Reduced memory consumption. Changes in version 0.4.0 (2021-07-08) o cnaOpt(), conCovOpt() and other functions: Type of data is now identified automatically, according to the amendment introduced in package cna's version 3.2.0. o New arguments in cnaOpt(): reduce, niter, approx, maxCombs. o conCovOpt() and findOutcomes() have new arguments rm.dup.factors and rm.const.factors. o Some computational improvements and bug fixes. Changes in version 0.3.0 o rreduce() is now imported from package cna. Changes in version 0.2.0 (2020-09-14) o Account for the renaming of function and class 'truthTab' as 'configTable' made in package cna 3.0.0.