Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.96 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.96 KB

OSPSuite.Addins

Lifecycle: experimental CRAN status

The goal of {ospsuite.addins} is to provide RStudio addins to work with the Open System Pharmacology ecosystem.

Installation

You can install the development version of OSPSuite.Addins from GitHub with:

# install.packages("remotes")
remotes::install_github("pchelle/OSPSuite.Addins")

Important

Once installed, you may need to restart RStudio to see the functions from {ospsuite.addins} in the Addins list.

Addins for {ospsuite}

Note

All the functions introduced in the examples below can be access by clicking in the Addins menu in RStudio and select the corresponding item.

📌 Name 📋 Description 📟 Function
View OSP Units View datatable of OSPSuite Dimensions,
Units and Base Units
tableOfUnits()
View PK Parameters View datatable of OSPSuite PK Parameters tableOfPKParameters()
OSP Unit Converter Convert Values in Desired OSPSuite Unit unitConverter()
View Simulation Tree View simulation tree
and select branches
runSimulationTree()
Insert OSPSuite Template Insert OSPSuite Template insertOSPSuiteTemplate()

Addins for {ospsuite.reportingengine}

📌 Name 📋 Description 📟 Function
View Report View Reporting Engine Report viewReport()
Copy Qualification Template Copy and open the Qualification Template file copyQualificationTemplate()