I am trying to work on a prediction model. and I need caret package in R to be installed. but whatever i try im still getting the following error:
**d package: ggplot2
Error in library.dynam(lib, package, package.lib) :
DLL ‘digest’ not found: maybe not installed for this architecture?
Error: package ‘ggplot2’ could not be loaded**
i have tried install all kinds of packages and still im getting the same error... please let me know what i should. im also using the latest version of R.
> sessionInfo()
R version 3.1.1 (2014-07-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] lattice_0.20-29
loaded via a namespace (and not attached):
[1] class_7.3-11 grid_3.1.1 tools_3.1.1