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 loadingrxode2
. -
Have correct values at boundaries for
logit
,expit
,probit
,
andprobitInv
(instead ofNA
). 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
inrxode2
ui functions to be named. For example, you can use
rxnorm(sd=3)
instead of having to userxnorm(0, 3)
, although
rxnorm()
still works.
What's Changed
- CRAN issues by @mattfidler in #795
- Handle logit/expit probit/probitInv at boundaries similar to
log
by @mattfidler in #796 rxode2.verbose.pipe
by @mattfidler in #797- Add user function in rxode2 ui that can change code when evaluating by @mattfidler in #782
- Documentation and pkgdown fix by @billdenney in #799
- API for censoring points to wrong function by @mattfidler in #801
Full Changelog: v3.0.1...v3.0.2