我尝试使用knit突出显示我的R代码并使用Rstudio突出显示pachages,但我在编织时遇到错误;
我的代码是:
opts_chunk$set(fig.width=7, fig.height=5)
opts_knit$set(use.highlight = TRUE)
opts_knit$set(out.format = "html")
opts_chunk$set(highlight = TRUE)
opts_knit$set(...., highlight=FALSE)
render_html()
编译时,我有错误
Error in library(package = "parser", character.only = TRUE) :
there is no package called 'parser'
我使用R 3.0
提前致谢
答案 0 :(得分:2)
我想我已经在开发版本中解决了这个问题,您可以从以下位置安装它:
install.packages('knitr', repos = 'http://www.rforge.net/', type = 'source')