Development tasks
dev_mode
devtools::dev_mode
function switches your version of R into “development mode”. This is useful to avoid clobbering the existing versions of CRAN packages that you need for other tasks. Calling dev_mode() again will turn development mode off, and return you to your default library setup.
# This will install the package in the folder C:/Rpackages
devtools::dev_mode(path="C:/Rpackages")
Add or update script files
.R
files defined in tests\dev\
will be removed from the package and can be used to simulate interaction with the package. See scripts.R
Code of conduct
Everyone interacting in the Open Systems Pharmacology community (codebases, issue trackers, chat rooms, mailing lists etc…) is expected to follow the Open Systems Pharmacology code of conduct.
Contribution
We encourage contribution to the Open Systems Pharmacology community. Before getting started please read the contribution guidelines. If you are contributing code, please be familiar with the coding standards.
License
TLF Library is released under the GPLv2 License.
All trademarks within this document belong to their legitimate owners.