This is directory of R scripts and NONMEM templates. These templates/scripts are a living document.
- Clone to your local environment
- The package 'tidyproject' can be setup use to use this by the setting:
options(code_library_path = "path/to/local/codelibrary")
- Add to your '~/.Rprofile' to set this up permanently for yourself.
For more information see: https://github.com/tsahota/tidyproject
- Make your improvement to the scripts
- Add yourself to the
## Author:
field a the beginning of the files you have modified - Commit the changes
- Submit a pull request or (if I have access to your local repo) ask me to pull your changes/improvements.