Test package examples
These helper functions make it easier to test the examples in a package. Each example counts as one test, and it succeeds if the code runs without an error. Generally, this is redundant with R CMD check, and is not recommended in routine practice.
test_examples(path = "../..") test_rd(rd, title = attr(rd, "Rdfile")) test_example(path, title = path)
path |
For |
rd |
A parsed Rd object, obtained from |
title |
Test title to use |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.