Skip to contents

This package hosts functions and guidelines for translating Applied Epi courses and resources. This includes courses, tutorials, case studies and books (such as the EpiRhandbook and Applied Epi Manual).

  • functions: go in the R folder. One script per function. Write clear documentation with {roxygen} tags.
  • unit tests: go in the testthat folder and use the {testthat} function. one script per function here too. ensure the file is named test-.R and goes in the tests>testthat folder.
  • guidelines: go in the vignettes folder. one rmd per topic.