test_git_repo | R Documentation |
Test a git repository
test_git_repo( x, ..., branch = "master", test_fun = devtools::test, options = NULL )
x |
A project directory |
... |
Additional arguments passed to test_fun |
branch |
The branch to copy from the repository (default: "master") |
test_fun |
A function to apply for testing (default: "devtools::test"); Note: the copied directory for testing is passed as the first argument |
options |
A named list of 'options()' to temporarily set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.