Please prepare the following:
rmarkdown
via
Tools > Install PackagesIn case you face issues installing rmarkdown
package on
Windows
You need to install RTools: https://cran.rstudio.com/bin/windows/Rtools/
And please check
download.file("https://cran.rstudio.com/src/contrib/PACKAGES", "text.txt")
if that results in an error:
In download.file(“https://cran.rstudio.com/src/contrib/PACKAGES”, :
URL ‘https://cran.rstudio.com/src/contrib/PACKAGES’: Status war ‘SSL connect error’
Then this helps:
options("download.file.method"="wininet")
and after that install rmarkdown
package