I installed CARET package, but when I try to load CARET. I see this error. Please help. thank you
install.packages("caret") trying URL ' http://cran.rstudio.com/bin/macosx/mavericks/contrib/3.1/caret_6.0-41.tgz' Content type 'application/x-gzip' length 3997718 bytes (3.8 Mb) opened URL ================================================== downloaded 3.8 Mb tar: Failed to set default locale The downloaded binary packages are in /var/folders/wr/h77ghk5104d1l5xyx3v67yk80000gn/T//RtmpEqNi84/downloaded_packages > library("caret") Loading required package: lattice Loading required package: ggplot2 Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Library/Frameworks/R.framework/Versions/3.1/Resources/library/minqa/libs/minqa.so': dlopen(/Library/Frameworks/R.framework/Versions/3.1/Resources/library/minqa/libs/minqa.so, 6): initializer function 0x0 not in mapped image for /Library/Frameworks/R.framework/Versions/3.1/Resources/library/minqa/libs/minqa.so In addition: Warning messages: 1: package 'lattice' was built under R version 3.1.3 2: package 'ggplot2' was built under R version 3.1.3 Error: package or namespace load failed for 'caret' [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.