在 R 3.5 blogdown:::serve_site() 无法呈现 .Rmd 文件
In R 3.5 blogdown:::serve_site() cannot render .Rmd file
我将 R 更新到 3.5 后,发现无法渲染 .Rmd
文件。我尝试重新安装相关包,但似乎并没有解决问题。更具体地说,错误消息是:
blogdown:::serve_site()
Rendering content/post/mypost.Rmd
Fatal error: cannot open file 'C:/Users/John': No such file or directory
Error in render_page(f) :
Failed to render 'content/post/mypost.Rmd'
我的 blogdown.Rproj 在文件夹 C:\Users\John Smith\Documents\GitHub\blogdown
下。我不确定为什么错误消息中的路径只显示 cannot open file 'C:/Users/John'
,路径的其余部分丢失了。请注意“John Smith”
中的 space
非常感谢您的帮助!
您 运行 在 blogdown 的开发版本中遇到了与 Is this a bug in R 3.5?, and I just applied a workaround 相同的问题:
devtools::install_github('rstudio/blogdown')
我将 R 更新到 3.5 后,发现无法渲染 .Rmd
文件。我尝试重新安装相关包,但似乎并没有解决问题。更具体地说,错误消息是:
blogdown:::serve_site()
Rendering content/post/mypost.Rmd
Fatal error: cannot open file 'C:/Users/John': No such file or directory
Error in render_page(f) : Failed to render 'content/post/mypost.Rmd'
我的 blogdown.Rproj 在文件夹 C:\Users\John Smith\Documents\GitHub\blogdown
下。我不确定为什么错误消息中的路径只显示 cannot open file 'C:/Users/John'
,路径的其余部分丢失了。请注意“John Smith”
非常感谢您的帮助!
您 运行 在 blogdown 的开发版本中遇到了与 Is this a bug in R 3.5?, and I just applied a workaround 相同的问题:
devtools::install_github('rstudio/blogdown')