Open kylebaron opened 2 months ago
library(mrgsolve) #> #> Attaching package: 'mrgsolve' #> The following object is masked from 'package:stats': #> #> filter code <- ' $plugin autodec evtools $table evt::dose = evt::bolus(100, 1); ' mod <- mcode("foo", code, compile = FALSE) cpp <- as.list(mod)$cpp_variables cpp #> type var context #> 1 double dose auto
Created on 2024-09-12 with reprex v2.1.1
Created on 2024-09-12 with reprex v2.1.1