首页 > 解决方案 > 在 RStudio 中开始一个新项目时,Blogdown 给出了一个 gsub 缺少 ')' 错误

问题描述

我是 Blogdown 的新手,当我尝试创建一个新项目时,它给了我这个错误

Just a few more steps and you're ready to go:

1. Download a theme into the same-named folder.
   Choose a theme from https://themes.gohugo.io/, or
   create your own with the "hugo new theme <THEMENAME>" command.
2. Perhaps you want to add some content. You can add single files
   with "hugo new <SECTIONNAME>\<FILENAME>.<FORMAT>".
3. Start the built-in live server via "hugo server".

Visit https://gohugo.io/ for quickstart guide and full documentation.
trying URL 'https://github.com/yihui/hugo-lithium/archive/master.zip'
downloaded 115 KB

Error in gsub(pattern, val, transformed, ignore.case = TRUE) : 
  invalid regular expression '\$options(internet.info\b', reason 'Missing ')''

我有 Windows-10 和 RStudio 版本 1.1.456

标签: rrstudioblogdown

解决方案


推荐阅读