Installation
ospsuite.utils requires R 4.4 or later. Install it from the OSP R-universe:
install.packages(
"ospsuite.utils",
repos = c(
OSP = "https://open-systems-pharmacology.r-universe.dev",
getOption("repos")
)
)Get the latest development version from GitHub with:
# install.packages("pak")
pak::pak("Open-Systems-Pharmacology/OSPSuite.RUtils")Introduction
This package contains utility functions for R packages in the Open Systems Pharmacology ecosystem:
Code of Conduct
Please note that the ospsuite.utils project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.