Ciao,
these days I've many problem with loading packagin on Rstudio. It's as R does not find the correct folder.
The error is this:
library(e1071)
Error: package or namespace load failed for ‘e1071’:
package ‘e1071’ was installed by an R version with different internals; it needs to be reinstalled for use with this R version
library(ggplot2)
Error: package or namespace load failed for ‘ggplot2’ in FUN(X[[i]], ...):
no such symbol env in package C:/Program Files/R/R-3.6.1/library/lazyeval/libs/x64/lazyeval.dll
library(dplyr)
Error: package or namespace load failed for ‘dplyr’:
package ‘purrr’ was installed by an R version with different internals; it needs to be reinstalled for use with this R version
2 kinds of errors and I don't try the solution?
Anyone can help me?
marco