Peccary is a R package made to improve pharmacometrics daily efficiency. See publication on F1000Research for more details
To install Peccary and its subpacakges the first time, please execute the following code:
devtools::install_github("Peccary-PMX/Peccary")
To update Peccary with the latest version of all sub-packages, please execute instead:
devtools::install_github(c("Peccary-PMX/Peccary", "Peccary-PMX/PeccAnalysis", "Peccary-PMX/PeccaReverse", "Peccary-PMX/PeccaResult"))
Once Peccary has been installed and loaded ("library(peccary)"), the easiest way to use it is through its Shiny Application. To launch it please execute
peccary_app3()
For now, two main and complementary sources of documentation / tutorial exists regarding the Shiny Application:
Please asks if you want more documentation.
The whole systems contains the main Peccary package with its Shiny App, plus the three following sub-packages;
Please click on the links to have access to the corresponding source codes.
If you have any questions, bugs reporting or suggestions, you can either contact me through the GitHub Issues section or by email to peccary.pmx@gmail.com (or thibaud.derippe@gmail.com).
Thanks !
Thibaud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.