We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcdc9a commit 6d6ade5Copy full SHA for 6d6ade5
NEWS.md
@@ -8,6 +8,8 @@
8
9
* Minor test failure on R 4.2 has been fixed.
10
11
+* New Rstudio addin for `run_examples()` (#2358)
12
+
13
# devtools 2.4.1
14
15
* `build_readme()` now uses the `path` argument, as designed (#2344)
inst/rstudio/addins.dcf
@@ -17,3 +17,8 @@ Name: Document a package
17
Description: A wrapper for `roxygen`'s `roxygen2::roxygenize()`
18
Binding: document
19
Interactive: true
20
21
+Name: Run examples
22
+Description: Runs R code in examples using `devtools::run_examples()`
23
+Binding: run_examples
24
+Interactive: true
0 commit comments