Skip to content

v3.0.2

Latest
Compare
Choose a tag to compare
@mattfidler mattfidler released this 30 Oct 10:37
· 4 commits to main since this release

rxode2 3.0.2

  • Bug fix for api, the censoring function pointer has been updated
    (#801).

  • Query rxode2.verbose.pipe at run time instead of requiring it to
    be set before loading rxode2.

  • Have correct values at boundaries for logit, expit, probit,
    and probitInv (instead of NA). For most cases this does not
    break anything.

  • Add a new style of user function that modifies the ui while
    parsing or just before using the function (in the presence of
    data).

  • Used the new user function interface to allow all random functions
    in rxode2 ui functions to be named. For example, you can use
    rxnorm(sd=3) instead of having to use rxnorm(0, 3), although
    rxnorm() still works.

What's Changed

Full Changelog: v3.0.1...v3.0.2