-
Notifications
You must be signed in to change notification settings - Fork 761
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute the addins in interactive mode (#2350)
Co-authored-by: Jim Hester <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Name: Run a test file | ||
Description: Run the current test file, using `devtools::test_active_file()`. | ||
Binding: test_active_file | ||
Interactive: false | ||
Interactive: true | ||
|
||
Name: Report test coverage for a file | ||
Description: Calculate and report test coverage for the current test file, using `devtools::test_coverage_active_file()`. | ||
Binding: test_coverage_active_file | ||
Interactive: false | ||
Interactive: true | ||
|
||
Name: Report test coverage for a package | ||
Description: Calculate and report the test coverage for the current package, using `devtools::test_coverage()`. | ||
Binding: test_coverage | ||
Interactive: false | ||
Interactive: true | ||
|
||
Name: Document a package | ||
Description: A wrapper for `roxygen`'s `roxygen2::roxygenize()` | ||
Binding: document | ||
Interactive: false | ||
Interactive: true |