You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When getting a raster interactively the download progress refreshes the same line in the console with each update. BUT, when rendering a Quarto doc (RMarkdown too?), each update is written to the document as a new line, filling multiple pages of the notebook with "Downloading...." I suspect this is coming from httr::progress() in get_opentopo(). Setting YAML tags of warning = false and/or message = false has no effect.
The text was updated successfully, but these errors were encountered:
When getting a raster interactively the download progress refreshes the same line in the console with each update. BUT, when rendering a Quarto doc (RMarkdown too?), each update is written to the document as a new line, filling multiple pages of the notebook with "Downloading...." I suspect this is coming from
httr::progress()
inget_opentopo()
. Setting YAML tags of warning = false and/or message = false has no effect.The text was updated successfully, but these errors were encountered: