ある時、R でコードを打つ度に、"R code execution error" という warning sign に遭遇するようになりました。
普通に仕事は進められるけど、警告の度に作業がストップされるので、ちょっと annoying...
対処法について調べると、下記に答えが。
I seem to be getting a continuous error message every time I try to use the console in RStudio. And this is the error I get: lazy-load database 'C:/Users/Siddhardh/Documents/R/win-library/3.6/
- R の再起動 (d.g.
.rs.restartR())
Is there a way I can make an alias, within R, that will execute q() and then restart a clean R session? And yes, I am too lazy to type q() and then the letter R 🙂
- .Rdb ファイルの中からエラーを調べる
- 一度パッケージを削除して (
)、再インストールする?remove.packages()
今回は、(3) の方法で解決しました。