Adding new apps/features
If you plan to build/contribute new apps or new features to the package, I would be delighted to include them! The best idea is to first contact me by email (ahandel@uga.edu) or through the Github site and tell me that you would like to contribute. We can then discuss a bit before you embark on the effort.
To build a new app, you need to create at minimum the following:
- The main simulator_NNN function.
- The NNN_documentation.Rmd file.
Also needed (which could be done by you or me):
- The NNN_settings.R file.
- A unit test for your new app in the testthat folder.
- Editing of app.R to include your new function.
- Adding any figures into the /media folder.
- Copying of your new simulator_NNN function into the simulatorfunctions folder and the zip file.
- Adding any cited references to the .bib file in the appinformation folder.
- Turning the documentation Rmd file into an HTML file.