library(RxODE)
#> RxODE 1.1.1 using 1 threads (see ?getRxThreads)
#> no cache: create with `rxCreateCache()`
RxODE comes with a few interactive tutorials that you can run with your own R session; They are built into Rstudio 1.3 and can be run from any R session by:
## RxODE Syntax
learnr::run_tutorial("RxODE00syntax", "RxODE")
## RxODE event tables
learnr::run_tutorial("RxODevents", "RxODE")