Skip to content

CRAN release 0.24.2

Compare
Choose a tag to compare
@joshuaulrich joshuaulrich released this 01 Sep 12:39
· 59 commits to master since this release

Check for 'ratio > 0' before calculating 'n' zlin ema() C code. The prior code could result in division by 0, which was flagged by clang-UBSAN. Thanks to Prof Brian Ripley for the report. (#100)