Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1002 Bytes

Developing.md

File metadata and controls

36 lines (25 loc) · 1002 Bytes

Developing euromomo package

Install required tools

  1. Rstudio
  2. Github

Download project files

  1. From top right corner select Project pic 1
  2. From the dropdown, select New Project pic 2
  3. Select Version Control pic 3
  4. Select GIT . If this is not available, recheck the installation of git pic 4
  5. Fill in as below (Fill the last as you wish) pic 5

Develop

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.

Commiting changes

Always build before commit