You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a suggestion, but I think it would be nice to offer an Rstudio add-in that allows the user to check all examples for a package with a keyboard shortcut. In other words, add this block to inst/rstudio/addins.dcf:
Name: Run examples
Description: Runs R code in examples using `devtools::run_examples()`
Binding: run_examples
Interactive: true
The text was updated successfully, but these errors were encountered:
Just a suggestion, but I think it would be nice to offer an Rstudio add-in that allows the user to check all examples for a package with a keyboard shortcut. In other words, add this block to
inst/rstudio/addins.dcf
:The text was updated successfully, but these errors were encountered: