Skip to content

Commit

Permalink
fix mobx example with is.interactive()
Browse files Browse the repository at this point in the history
  • Loading branch information
timelyportfolio committed Jul 4, 2019
1 parent 7c64654 commit b28e138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ html_dependency_reacttools <- function(){
#' @export
#'
#' @examples
#' if(interactive()) {
#'
#' library(htmltools)
#' library(reactR)
#'
Expand All @@ -120,6 +122,7 @@ html_dependency_reacttools <- function(){
#' ))
#' )
#' )
#' }
#'
#' \dontrun{
#' # use with react
Expand Down
3 changes: 3 additions & 0 deletions man/html_dependency_mobx.Rd

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

0 comments on commit b28e138

Please sign in to comment.