The goal of RappPBPK is to provide a Shiny application for basic interactive PBPK simulation.
Sou T (2025). RappPBPK: Shiny Application for PBPK Simulation. R package version 0.0.0.9000, https://github.com/soutomas/RappPBPK.
citation("RappPBPK")
#> To cite package 'RappPBPK' in publications use:
#>
#> Sou T (2025). _RappPBPK: Shiny Application for PBPK Simulation_. R
#> package version 0.0.0.9000, <https://github.com/soutomas/RappPBPK>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {RappPBPK: Shiny Application for PBPK Simulation},
#> author = {Tomas Sou},
#> note = {R package version 0.0.0.9000},
#> url = {https://github.com/soutomas/RappPBPK},
#> }You can install the development version of RappPBPK from GitHub with:
# install.packages("pak")
pak::pak("soutomas/RappPBPK")To run the Shiny application:
library(RappPBPK)
app()