- Rstudio
- Github
- From top right corner select Project
- From the dropdown, select New Project
- Select Version Control
- Select GIT . If this is not available, recheck the installation of git
- Fill in as below (Fill the last as you wish)
Subdirectory dev has a sample momomaster.R that can be used for testing during development. Copy the source data (deaths and bank holidays) here. Also, copy the defaults-example.txt from the project root here as defaults.txt and modify. Test run.
The actual code is in R/ . The code uses Roxygen2 to produce documentation. Install the package using "Build and reload" from Build -menu.
Always build before commit