The goal of {ospsuite.addins}
is to provide RStudio addins to work with the Open System Pharmacology ecosystem.
You can install the development version of OSPSuite.Addins from GitHub with:
# install.packages("remotes")
remotes::install_github("Open-Systems-Pharmacology/OSPSuite.Addins")
🛈 Important
Once installed, you may need to restart RStudio to see the functions from
{ospsuite.addins}
in the Addins list.
Quick tutorial videos showing how each addin works are available in the Articles tab.
Sections below provide a quick snapshot of the current addins and their purpose.
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() |
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.
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.
Please submit new feature ideas 💡 and bug reports 🐛 using the Github issues tab.
OSPSuite.Addins Library is released under the GPLv3 License.
All trademarks within this document belong to their legitimate owners.