An open API service indexing awesome lists of open source software.

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)

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%"
)
```
# nmtools

nmtools provides functions for common [NONMEM](https://www.iconplc.com/innovation/nonmem/) and [Perl-speaks-NONMEM](https://uupharmacometrics.github.io/PsN/) (PsN) workflows.

[![Codecov test coverage](https://codecov.io/gh/gvelasq/nmtools/branch/main/graph/badge.svg)](https://app.codecov.io/gh/gvelasq/nmtools?branch=main)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](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")
```