The goal of rxode2parse is to split off the ‘rxode2’ parsing from the ode solving and C compilation of models. This can allow the rxode2 ui to be in a R only package (which is easier to update and check).
You can install the development version of rxode2parse from GitHub with:
# install.packages("devtools")
devtools::install_github("nlmixr2/rxode2parse")
This is mostly to parse an rxode2
model and generate information about it; eventually it will produce code but here it simply generates model variables:
rxode2parse("a=3")