闪亮导致 RStudio 崩溃

shiny causes RStudio to crash

我是第一次尝试使用 shiny。每次我尝试 运行 示例 shiny 时,应用程序 RStudio 都会因致命错误而崩溃。我得到的错误是:

Error in withCallingHandlers(tracatch(evalq(funtion (hash=TRUE, parent=parent.frame(), :
object '.rcpp_warning_recorder' not found.

我正在使用 R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"。有人可以帮忙吗?

尝试重新安装 Rcpp:

install.packages('Rcpp')