https://github.com/insightrx/clinpk
Equations and tools for clinical pharmacokinetics
https://github.com/insightrx/clinpk
clinical-research pharmacokinetics r
Last synced: about 1 year ago
JSON representation
Equations and tools for clinical pharmacokinetics
- Host: GitHub
- URL: https://github.com/insightrx/clinpk
- Owner: InsightRX
- License: other
- Created: 2017-08-21T17:54:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T16:36:32.000Z (about 1 year ago)
- Last Synced: 2025-04-09T06:12:06.668Z (about 1 year ago)
- Topics: clinical-research, pharmacokinetics, r
- Language: R
- Homepage: https://insightrx.github.io/clinPK/
- Size: 7.14 MB
- Stars: 31
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# clinPK: Clinical Pharmacokinetics Toolkit
## Overview
The clinPK package provides equations commonly used in clinical pharmacokinetics
and clinical pharmacology, such as equations for dose individualization,
compartmental pharmacokinetics, drug exposure, anthropomorphic calculations,
clinical chemistry, and conversion of common clinical parameters. Where possible
and relevant, it provides multiple published and peer-reviewed equations within
the respective R function.
## Installation
The development version of clinPK always has the most up-to-date improvements
and bug fixes. We aim to release clinPK on CRAN at least once a year,
depending on the number and impact of updates made to the development version.
The CRAN version of clinPK can be installed using:
```
install.packages("clinPK")
```
The development version of clinPK can be installed using:
```
devtools::install_github("InsightRX/clinPK")
```
## Contributing
We welcome input from the community:
- If you think you have encountered a bug, please [submit an issue](https://github.com/InsightRX/clinPK/issues) on the GitHub
page. Please include a reproducible example of the unexpected behavior.
- Please [open a pull request](https://github.com/InsightRX/clinPK/pulls) if you have a fix or updates that would improve the package. If you're not sure if your proposed
changes are useful or within scope of the package, feel free to contact one
of the authors of this package.
## Disclaimer
The functionality in this R package is provided "as is". While its authors
adhere to software development best practices, the software may still contain
unintended errors.
InsightRX Inc. and the authors of this package can not be held liable for any
damages resulting from any use of this software. By the use of this software
package, the user waives all warranties, expressed or implied, including any
warranties to the accuracy, quality or suitability of InsightRX for any
particular purpose, either medical or non-medical.
---
©