Skip to contents

The ospsuite.plots package provides a framework to create figures and dependent tables which are used by R packages in the Open Systems Pharmacology ecosystem:

This is the beta release of the ospsuite.plots. We welcome your feedback as we refine its features and performance.

Installation

You can install the development version of ospsuite.plots from GitHub with:

# install.packages("remotes")
remotes::install_github("Open-Systems-Pharmacology/ospsuite.plots")

ospsuite.plots requires following packages to be installed:

From CRAN:

Must be downloaded manually:

To install manually, follow these instructions:

# Install `{ospsuite.utils}` from local file 
# (`pathTo_ospsuite.utils.zip` here should be replaced with the actual path to the `.zip` file)
install.packages(pathTo_ospsuite.utils.zip, repos = NULL)


# Install dependencies (e.g. ggplot2) which are on CRAN
install.packages('ggplot2')
install.packages('ggh4x')
install.packages('data.table')
install.packages('ggnewscale')
install.packages('checkmate')
install.packages('dplyr')
install.packages('magrittr')
install.packages('fitdistrplus')
install.packages('tidyr')
install.packages('fs')

Code of conduct

Everyone interacting in the Open Systems Pharmacology community (codebases, issue trackers, chat rooms, mailing lists etc.) is expected to follow the Open Systems Pharmacology code of conduct.

Contribution

We encourage contribution to the Open Systems Pharmacology community. Before getting started please read the contribution guidelines. If you are contributing code, please be familiar with the coding standards.

License

OSPSuite.Plots Library is released under the GPLv2 License.

All trademarks within this document belong to their legitimate owners.