Skip to content

Commit

Permalink
dontrun the example requiring PhantomJS
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Jun 29, 2023
1 parent 945e7d7 commit aee318d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prettify_PhantomJS.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' 'print "it is not one"'
#' )
#'
#' \donttest{
#' \dontrun{
#' cat(reindent_PhantomJS(code, "python"))}
reindent_PhantomJS <- function(contents = NA, language = NA, tabSize = NULL){
if(Sys.which("phantomjs") == ""){
Expand Down

0 comments on commit aee318d

Please sign in to comment.