On Mon, 10 Dec 2007, Brian O'Gorman wrote:
I'm running R 2.6.1 on a WXP machine. When I do the following I get an error
message.
Error in dyn.load(file, ...) :
unable to load shared library
'C:/PROGRA~1/R/R-26~1.1/library/biOps/libs/biOps.dll':
LoadLibrary failure: The specified module could not be found.
Error: package/namespace load failed for 'biOps'
Please help, or comments about what I'm doing wrong? (It seems to me the
correct directory or folder isn't being located.)
That message should also have given a message box with more information,
saying what the problem was: it does not usually mean the 'shared library'
named. It does for me:
'The application failed to start because libfftw3-3.dll was not found.'
Other DLLs are also missing: jpeg62.dll and libtiff3.dll (use pedump to
find this out). So you need to use Google to find those DLLs and put them
on your PATH.