Skip to content

Commit

Permalink
Don't run slow examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 20, 2023
1 parent 3d1c192 commit 1c4a882
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/group2NA.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' then `groupNames`, then `ordered`. As long as `groupNames`
#' contains valid variable names, new rows will also be inserted to separate
#' the groups.
#' @examplesIf interactive() || !identical(.Platform$OS.type, "windows")
#' @examplesIf interactive()
#'
#' # note the insertion of new rows with missing values
#' group2NA(mtcars, "vs", "cyl")
Expand Down
2 changes: 1 addition & 1 deletion R/highlight.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#' @author Carson Sievert
#' @references \url{https://plotly-r.com/client-side-linking.html}
#' @seealso [attrs_selected()]
#' @examplesIf interactive() || !identical(.Platform$OS.type, "windows")
#' @examplesIf interactive()
#'
#' # These examples are designed to show you how to highlight/brush a *single*
#' # view. For examples of multiple linked views, see `demo(package = "plotly")`
Expand Down
2 changes: 1 addition & 1 deletion man/group2NA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/highlight.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c4a882

Please sign in to comment.