We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Correct spelling error
Added to the instructions on how to run tests. Must make sure the testthat library is called before the testing functions will run.
Included examples on what code to use when trying to run a test file using the source()/test_file() method.
Updated How to Run Tests section to have clearer instructions
Added sample of testthat file structure for reference.
Stylistic changes made for better readability.
Additional notes on what to test when writing test files, as well as, instructions on how to run the test file(s) added. Notes on R CMD check (another way to run tests) to come.
Updated title of page to match content of page.
Create a note page that provides details on the basics of testing in R in regards to set up and hierarchy of testing structure. Information on various testing functions also included.
Updated Home (markdown)
Initial Home page