I've tried several times to install this package (modeest). I've installed and uninstalled the program several times and it keeps giving me an error. Could you provide me any help or solution?
library(modeest)
Error: package or namespace load failed for ‘modeest’ in library.dynam(lib, package, package.lib):
DLL ‘clue’ not found: maybe not installed for this architecture?
Hi @W3K
Welcome to the Posit/RStudio Community Forum.
The {modeest} package has several dependencies that must also be downloaded and installed, including the {clue} package which was hinted at in the error message. So, try this:
> install.packages("modeest", dependencies=TRUE)
Installing package into ‘/home/david/R/x86_64-pc-linux-gnu-library/4.3’
(as ‘lib’ is unspecified)
also installing the dependencies ‘timeDate’, ‘timeSeries’, ‘gss’, ‘rmutil’, ‘clue’, ‘fBasics’, ‘stable’, ‘stabledist’, ‘statip’
<...snip...>
library(modeest)