v2.0.17
-
Added ability to query R user functions in a rxode2 model (will
force single threaded solve) -
Moved core
rxFunParse
andrxRmFunParse
here so that C and R user
function clashes can be handled -
Model variables now tracks which compartments have a lag-time
defined -
For compartment with steady state doses (NONMEM equivalent SS=1,
SS=2), an additional tracking time-point is added at to track the
time when the lagged dose is given. As an upshot, the lagged dose
will start at the steady state concentration shifted by + ii - lag
inrxode2
(currently for ode systems only) -
This release calculates non bio-availability adjusted duration for
all rates instead of trying to figure the rate duration during
solving. -
Make double assignment an error, ie
a <- b <-
-
NA
times are ignored (with warning) -
Steady state bolus doses with
addl
are treated as non steady state
events (like what is observed inNONMEM
) -
Timsort was upgraded; drop radix support in rxode2 structure
-
etTrans
now supports keeping logical vectors (with the appropriate
version ofrxode2
). -
Security fixes were applied as requested by CRAN
What's Changed
- Add failing tests (and 2 passing tests) by @mattfidler in #45
- Fix warning that does not make sense by @mattfidler in #47
- Test and fix for single subject warning by @mattfidler in #52
- Try to be a bit more careful for windows (and mac?) by @mattfidler in #56
- Add etTrans test and fixes by @mattfidler in #58
- 54 r crashes with na id for all observation rows by @mattfidler in #59
- Add fix and tests by @mattfidler in #60
- 61 back door for exiting with na time by @mattfidler in #62
- Ettrans na time by @mattfidler in #63
- Ss lag by @mattfidler in #42
- 65 ettrans for ss=1ss=2 with addl downgrades to non steady state items by @mattfidler in #66
- 71 feature request r based user defined functions by @mattfidler in #72
- 73 cran by @mattfidler in #74
- 76 cannot keep a logical column by @mattfidler in #77
- Clone to take care of changing source data by @mattfidler in #79
- 80 mem issues by @mattfidler in #81
Full Changelog: v2.0.16...v2.0.17