Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 584 Bytes

README

What is this repository for?

  • This repository provides a very simple RStudio template for writing unit tests in R using testthat.

How do I get set up?

  • git clone the repository and open it up in RStudio
  • In RStudio go to Tools > Shell... and run run_tests.sh
  • This will start the testthat unit test runner and output the test results
  • An azure-pipelines.yml file has been included for running the tests in the context of a CI build pipeline

Who do I talk to?

  • Don't hesitate to get in touch if you have any issues using this template!