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
This line unconditionally tries to create the temporary pandoc library directory, which persists after knitting one Rmd from within PyCharm.
This results in a warning being displayed on every knit operation.
Guarding this clause with if (!dir.exists(library_path)) will prevent the warning, leading to cleaner console output.
This line unconditionally tries to create the temporary pandoc library directory, which persists after knitting one Rmd from within PyCharm.
This results in a warning being displayed on every knit operation.
Guarding this clause with
if (!dir.exists(library_path))
will prevent the warning, leading to cleaner console output.Rkernel/R/render_markdown.R
Line 110 in b270cc0
The text was updated successfully, but these errors were encountered: