Skip to content

Open-Systems-Pharmacology/OSPSuite.ReportingEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

411223d · Jan 19, 2021
Dec 10, 2020
Jun 18, 2020
Nov 11, 2020
Dec 10, 2020
Mar 16, 2020
Jan 19, 2021
Apr 27, 2020
Nov 23, 2020
Nov 1, 2019
Mar 28, 2020
Mar 16, 2020
Dec 11, 2020
Nov 1, 2019
Dec 10, 2020
Dec 11, 2020
Jan 22, 2020
Dec 3, 2020
Nov 1, 2019
Mar 16, 2020

Repository files navigation

OSPSuite.ReportingEngine

OSPSuite.ReportingEngine implementation in R

AppVeyor build status codecov

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")

Reload the package

devtools::load_all()

or Ctrl + Shift + L

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

OSPSuite.ReportingEngine Library is released under the GPLv2 License.

All trademarks within this document belong to their legitimate owners.