diff --git a/R/progress.R b/R/progress.R index ef7a8a0ed8..da6c20a3d9 100644 --- a/R/progress.R +++ b/R/progress.R @@ -100,7 +100,7 @@ Progress <- R6::R6Class("Progress", }, print = function(...) { - if (!isTRUE(getOption("dplyr.show_progress")) || # user sepecifies no progress + if (!isTRUE(getOption("dplyr.show_progress")) || # user specifies no progress !interactive() || # not an interactive session !is.null(getOption("knitr.in.progress"))) { # dplyr used within knitr document return(invisible(self))