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 using devtools::document() with quiet = TRUE the function tries to delete the sink file it creates without closing the connection first. This results in the following error:
When using
devtools::document()
withquiet = TRUE
the function tries to delete the sink file it creates without closing the connection first. This results in the following error:The file in question is created in the following code block, and is set to delete when the function exits:
The text was updated successfully, but these errors were encountered: