Skip to content

mrgsolve 0.7.5

Compare
Choose a tag to compare
@kylebaron kylebaron released this 06 Aug 03:57
  • The modmrg package was discontinued. All of the pre-coded models are now available in mrgsolve. Simply call mread with the model stem (e.g. pk1cmt, irm3, etc ...) and call modlib() as the project argument. For example: mod <- mread("emax", modlib()) will compile the emax model and return the model object.

The source package (built) is attached as mrgsolve_0.7.5.tar.gz. But the recommended installation method is with devtools::install_github("metrumresearchgroup/[email protected]", subdir="rdev")