diff --git a/R/prettify_chromote.R b/R/prettify_chromote.R index c669f22..f4d8147 100644 --- a/R/prettify_chromote.R +++ b/R/prettify_chromote.R @@ -36,7 +36,7 @@ #' 'print "it is not one"' #' ) #' -#' \donttest{ +#' \dontrun{ #' cat(reindent_chromote(code, "python"))} reindent_chromote <- function(contents = NA, language = NA, tabSize = NULL){ diff --git a/man/reindent_chromote.Rd b/man/reindent_chromote.Rd index 2a1074e..77cde56 100644 --- a/man/reindent_chromote.Rd +++ b/man/reindent_chromote.Rd @@ -45,6 +45,6 @@ code <- c( 'print "it is not one"' ) -\donttest{ +\dontrun{ cat(reindent_chromote(code, "python"))} }