When executing library(forecast) in R I get this message:
Error: package or namespace load failed for ‘forecast’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
no package named ‘quadprog’ is found
Related
Error: package or namespace load failed for ‘plotly’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘fastmap’
In addition: Warning message:
package ‘plotly’ was built under R version 4.2.1
Hi the error message I get when I use library(tidyverse) is:
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
object 'pkgInfo' not found
In addition: Warning messages:
1: package ‘tidyverse’ was built under R version 4.1.3
2: In loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
package ‘assertthat’ has no 'package.rds' in Meta/
I have tried reinstalling tidyverse.
getting the following error while trying to use library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘ggplot2’ 3.3.0 is being loaded, but >= 3.3.3 is required
I updated ggplot2 many times but still getting the error
library(mice)
Error: package or namespace load failed for ‘mice’ in loadNamespace(j
<- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there
is no package called ‘lifecycle’
How can I require a package called agricolae? I'm getting the following error:
library(agricolae)
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘coda’
Error: package or namespace load failed for ‘agricolae’