File: addins.dcf

package info (click to toggle)
r-cran-devtools 2.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,340 kB
  • sloc: sh: 15; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Name: Run a test file
Description: Run the current test file, using `devtools::test_active_file()`.
Binding: test_active_file
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: 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: true

Name: Document a package
Description: A wrapper for `roxygen`'s `roxygen2::roxygenize()`
Binding: document
Interactive: true

Name: Run examples
Description: Runs R code in examples using `devtools::run_examples()`
Binding: run_examples
Interactive: true