https://github.com/RichardHooijmaijers/shinyMixR
run management tool for nlmixr
https://github.com/RichardHooijmaijers/shinyMixR
Last synced: 4 months ago
JSON representation
run management tool for nlmixr
- Host: GitHub
- URL: https://github.com/RichardHooijmaijers/shinyMixR
- Owner: RichardHooijmaijers
- License: other
- Created: 2018-02-21T10:20:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:23:47.000Z (6 months ago)
- Last Synced: 2024-10-29T11:51:51.629Z (6 months ago)
- Language: R
- Homepage: https://richardhooijmaijers.github.io/shinyMixR/index.html
- Size: 10.5 MB
- Stars: 11
- Watchers: 6
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - RichardHooijmaijers/shinyMixR - run management tool for nlmixr (R)
README
# shinyMixR: Shiny dashboard interface for nlmixr
[](https://github.com/richardhooijmaijers/shinyMixR/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/richardhooijmaijers/shinyMixR?branch=master)The shinyMixR package is initially developed as a graphical interface for the `nlmixr` package and provides full support for `nlmixr2`.
The package include a shiny (dashboard) interface and helps in managing, running, editing and analysing nlmixr models.
Although the main focus was to build an interface, many of the package functions are also directly available for usage in an interactive R session.## Installation
Currently the package is under active development and can be installed using:
```R
devtools::install_github("richardhooijmaijers/shinyMixR")
```## Documentation
A short introduction to the package can be found in the article section on the [packagedown site](https://richardhooijmaijers.github.io/shinyMixR/index.html)
It is advised for existing users to read `news.md` to see all the latest changes to the package.## License
[MIT license](http://opensource.org/licenses/MIT)