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
The template which one can open via the RStudio GUI (file --> new --> R Markdown --> Advanced Word Document) will not knit. I did not alter the document template at all; if I use Ctrl + Shift + k rmarkdown throws an error:
Quitting from lines 73-74 (officedown-word-doc-template.Rmd)
Error: read_docx only support docx files
I just downloaded the package today using `install.packages("officedown") so it should be version 0.2.0 .
OK, I found the origin of the issue, it has been fixed in officer, not officedown. You will need to update officer from github until the new version is on CRAN:
The template which one can open via the RStudio GUI (file --> new --> R Markdown --> Advanced Word Document) will not knit. I did not alter the document template at all; if I use
Ctrl + Shift + k
rmarkdown
throws an error:I just downloaded the package today using `install.packages("officedown") so it should be version 0.2.0 .
Here are the results of running
sessionInfo()
:Any assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: