Home

Awesome

<!-- badges: start -->

Travis build status codecov

<!-- badges: end -->

Petab for R Logo

Installation

# In ubuntu, it might be necessary to run this in bash
# sudo apt-get install libxml2-dev

if (Sys.info()["sysname"] == "Windows") {
  options(download.file.method = "wininet")
  devtools::install_url("https://sourceforge.net/projects/sbml/files/libsbml/5.18.0/stable/Windows/R%20interface/libSBML_5.18.0.zip")
} else {
  devtools::install_url("https://sourceforge.net/projects/sbml/files/libsbml/5.18.0/stable/R%20interface/libSBML_5.18.0.tar.gz")
}
devtools::install_github("dkaschek/dMod"   )
devtools::install_github("dlill/petab")

Notable functions (not exhaustive)

Learning

Basic functionality for petab handling

dMod functionality

Contributing

Some thoughts on coding-style

Version history

References

R logo https://www.r-project.org/logo/ License https://creativecommons.org/licenses/by-sa/4.0/