Skip to content

Commit

Permalink
[README] note for progress bars via cat & knitr
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-r committed Jan 4, 2016
1 parent aa2efb6 commit f93ccfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ boxr is by default rather verbose, printing status to the console with `cat`. Th
To supress messages produced using `cat`, set boxr's verbose option with:

```R
options(boxr.verbose = FALSE)
options(boxr.verbose = FALSE, boxr.progress = FALSE)
```

#### Alternatives
Expand Down

0 comments on commit f93ccfb

Please sign in to comment.