I am trying to install package DAAG with this install.packages('DAAG'). After installation and I execute this library(DAAG), I get this error
Error: package or namespace load failed for ‘DAAG’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘interp’
I tried to install package interp as well. However, I get this error
ERROR: failed to lock directory ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.4’ for modifying
Try removing ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.4/00LOCK-RcppEigen’
ERROR: dependency ‘RcppEigen’ is not available for package ‘interp’
- removing ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.4/interp’
Any help will be greatly appreciated.
I am using paid account of posit.cloud from Harvard.
