RCaNmodel and RCaNmodelconstructor primarily aim at implenting food-web models based on a Chance and Necessity approach. Details and relation with pre-existing tools can be found in the statement of need of this document. As a summary, those model focus on trophic exchanges between preys and predators while accouting for the intrinsic stochasticity of nature and the existence of physical laws. The R package RCaNmodel facilitates the modelling process (model construction and validation, model exploration, output analysis), while the RCaNconstructor GUI provides an interactive/intuitive interface to support a participatory framework.
For RCaNmodel installation, please look here
For RCaNconstructor installation, please look here (click on "Assets" in the section corresponding to your platform)
A vignette is provided with the package to explain how it should be used.
Any peoples interested can contribute by filling bug or providing feature request as Issues on GitHub. If you want to suggest new pieces of code, please fork the project and create a pull request:
- Fork the Project
- Create a new branch (git checkout -b feature/mybranch)
- edit the code and commit the changes (git commit -m 'this is the changes to be reviewed')
- Push (git push origin feature/mybranch)
- Open a Pull Request.