RangeShiftR v1.1.0
Change in repository structure
- RangeShifter has been split and distributed across three repositories: one containing the core code of the simulation (RScore), one for the R package (this repo), one for the batch interface, and one for the GUI. All three interfaces keep a version controlled copy of the core code via a git subtree. More information about this structure can be found in RScore/CONTRIBUTING.md, and about git subtree usage in RScore/README.md.
This release is paired with RScore-v2.1.0, and this release ships a copy of this version of RScore.
New Features:
- CONTRIBUTING.md: explicit contribution policy and guidance on how to develop code for RangeShiftR and other RangeShifter repositories.
Minor adaptations:
- removing Version.cpp file and shifting macro settings to Makevars files by defining compiling flags
- moving dummy functions in Rinterface.cpp to new file RangeShiftR/src/RScore/Utils.cpp
- adding usage and help paragraph in Readme