nlmixr2 / rxode2

rxode2
https://nlmixr2.github.io/rxode2/
GNU General Public License v3.0
30 stars 7 forks source link

rxode2 cmt/linear and other interp interaction #763

Closed mattfidler closed 3 months ago

mattfidler commented 3 months ago
message(rxode2::rxNorm(rxode2::rxModelVars("cmt(a);\nlocf(b);d/dt(a)=b*kel")))
#> cmt(a);
#> locfcmt(a)(b);
#> d/dt(a)=b*kel;

Created on 2024-08-10 with reprex v2.1.1

locfcmt(a)(b) is not valid syntax and it should be locf(b)