Can't render quarto doc with specific packages in vscode, but in RStudio #1372
-
Hello, I am encountering a strange behavior when using Quarto in vscode. When my script includes the packages writexl, summarytools or treemapify, I can't render the document. I can run the chunks without problem, but i can't render the document to html. vscode/quarto tells me that the package doesn't exist. Oddly, when I open the same file in RStudio, I can render the document without problem. I already filed an issue in quarto/vscode rep, but maybe someone here encountered the issue as well and has already a remedy. Many thanks. title: "test_vscode_writexl"
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
When you are in vscode,
|
Beta Was this translation helpful? Give feedback.
-
For reference, issue related to this question: quarto-dev/quarto-vscode#38 |
Beta Was this translation helpful? Give feedback.
When you are in vscode,
writexl
package ?.libPaths()
result from R console in R Studio and R terminal in VScode ?quarto check
from VSCODE terminal ?