OSPSuite.ReportingEngine implementation in R
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")
devtools::load_all()
or Ctrl + Shift + L
.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
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.
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.
OSPSuite.ReportingEngine Library is released under the GPLv2 License.
All trademarks within this document belong to their legitimate owners.