Error in loadNamespace(name) : there is no package called 'evaluate'

后端 未结 2 2012
旧时难觅i
旧时难觅i 2021-01-18 11:31

While adding code chuncks to my .rmd file a la:

```{r} %code chunck

```

it can\'t be compiled anymore, and i get a loadnamespace(nam

2条回答
  •  既然无缘
    2021-01-18 11:58

    if it is not installed after tying install.packages('evaluate')then,press ctrl + shift + f10 on RStudio console so this command will restart R session and then try to use install.packages('evaluate') command on RStudio console.

提交回复
热议问题