-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting quiet=TRUE in bm_raster doesn't make it run quietly #6
Comments
@simon-smart88 Thanks for flagging this! Just made a fix in the development version, so if you install via:
|
Yes all good now - thanks! |
@ramarty Not too much of a problem, but recently there's some new printed output coming through even when
|
The documentation for
bm_raster()
says that settingquiet=TRUE
will "Suppress output that show downloading progress and other messages." but if even when I set this, I get a download progress bar. This is especially inconvenient if you knit an Rmd containing a call to the function as it prints > 100 lines and there doesn't seem to be a way to suppress it.I think the problem lies here:
blackmarbler/R/blackmarbler.R
Line 450 in 4fbb68f
progress()
in that function ifquiet = FALSE
The text was updated successfully, but these errors were encountered: