Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: sbihorel
- License: other
- Language: R
- Default Branch: main
- Homepage: https://sbihorel.github.io/pmxcode/
- Size: 1.61 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed 10 months ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# pmxcode
The `pmxcode` Shiny app provides a user interface to create or modify pharmacometric models for various modeling and simulation software platforms (currently, NONMEM and mrgsolve).
## Installation
You can install the development version of pmxcode like so:
```
# Install the lastest release from the CRAN
install.packages('pmxcode')
# Or install the development version from GitHub
# install.packages('devtools')
devtools::install_github('sbihorel/pmxcode')
```
## Starting the Shiny app
You can start the Shiny application by using the `run_app` function.
```
pmxcode::run_app()
```
## Main functionality
The `pmxcode` Shiny app provides 2 modules of functionality:
* A code library for a large variety of pharmacokinetic and/or pharmacodynamic models
* An interface for the bulk creation of NONMEM control streams for univariate covariate testing by forward selection or backward elimination
Each module is accessible from the toolbar at the top on the app and is described in a dedicated article.
Owner
- Login: sbihorel
- Kind: user
- Repositories: 2
- Profile: https://github.com/sbihorel
GitHub Events
Total
- Watch event: 1
- Push event: 21
- Create event: 1
Last Year
- Watch event: 1
- Push event: 21
- Create event: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- sbihorel (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 144 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 8
- Total maintainers: 1
cran.r-project.org: pmxcode
Create Pharmacometric Models
- Homepage: https://github.com/sbihorel/pmxcode
- Documentation: http://cran.r-project.org/web/packages/pmxcode/pmxcode.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.1
published 10 months ago
Rankings
Dependent packages count: 29.7%
Dependent repos count: 35.3%
Average: 51.6%
Downloads: 89.7%
Maintainers (1)
Last synced:
9 months ago