https://github.com/gvelasq/nmtools
Tools for NONMEM and Perl-speaks-NONMEM (PsN)
https://github.com/gvelasq/nmtools
nonmem perl-speaks-nonmem pharmacometrics psn r rstats
Last synced: about 1 month ago
JSON representation
Tools for NONMEM and Perl-speaks-NONMEM (PsN)
- Host: GitHub
- URL: https://github.com/gvelasq/nmtools
- Owner: gvelasq
- License: other
- Created: 2019-01-10T15:17:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T07:32:23.000Z (over 3 years ago)
- Last Synced: 2025-06-10T15:09:11.946Z (4 months ago)
- Topics: nonmem, perl-speaks-nonmem, pharmacometrics, psn, r, rstats
- Language: R
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# nmtoolsnmtools provides functions for common [NONMEM](https://www.iconplc.com/innovation/nonmem/) and [Perl-speaks-NONMEM](https://uupharmacometrics.github.io/PsN/) (PsN) workflows.
[](https://app.codecov.io/gh/gvelasq/nmtools?branch=main)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)## Installation
You can install the development version of nmtools from [GitHub](https://github.com/gvelasq/nmtools) with:
``` r
# install.packages("devtools")
devtools::install_github("gvelasq/nmtools")
```