Nothing

campsismod must be installed beforehandrxode2 or mrgsolve)Install the latest stable release using devtools:
devtools::install_github("Calvagone/campsis")
Import the campsis package:
library(campsis)
Create your dataset:
ds <- Dataset(50) %>%
add(Bolus(time = 0, amount = 1000, ii = 12, addl = 2)) %>%
add(Observations(times = seq(0, 36, by = 0.5)))
Load your own model or use a built-in model from the library:
model <- model_suite$pk$`2cpt_fo`
Simulate your results with your preferred simulation engine (rxode2 or
mrgsolve):
results <- simulate(model = model, dataset = ds, dest = "mrgsolve", seed = 1)
Plot your results:
shaded_plot(results, "CONC")

Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.