Hello All I have just tried to install the ReadImages packge in R but am getting an error message stating:
"This application has failedt to start because jpeg62.dll was not found. Re-installing the application may fix this problem" and at the R prompt this error message gets returned: > local({pkg <- select.list(sort(.packages(all.available = TRUE))) + if(nchar(pkg)) library(pkg, character.only=TRUE)}) Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/PROGRA~1/R/R-29~1.1/library/ReadImages/libs/ReadImages.dll': LoadLibrary failure: The specified module could not be found. Error in library(pkg, character.only = TRUE) : .First.lib failed for 'ReadImages' The .dll file that it is trying to find (in this case ReadImages.dll) does seem to be in the indicated directory (though I am not sure the abbreviated path isn't causing problems here...) #R session info is here: > sessionInfo() R version 2.9.1 (2009-06-26) i386-pc-mingw32 locale: LC_COLLATE=English_Australia.1252;LC_CTYPE=English_Australia.1252;LC_MONETARY=English_Australia.1252;LC_NUMERIC=C;LC_TIME=English_Australia.1252 attached base packages: [1] stats graphics grDevices utils datasets methods [7] base loaded via a namespace (and not attached): [1] tools_2.9.1 Any ideas? Paul Rustomji ______________________________________________ R-help@r-project.org mailing list 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.