Brian O'Gorman
2007-Dec-11 00:56 UTC
[R] error trying to load biOps under 2.6.1 running XP
I'm running R 2.6.1 on a WXP machine. When I do the following I get an error message. > library(biOps) 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.) Thanks in advance. -- "The struggle for today, is not altogether for today - it is for a vast future also." -- Abraham Linclon, December 3, 1861
Prof Brian Ripley
2007-Dec-11 08:11 UTC
[R] error trying to load biOps under 2.6.1 running XP
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. > >> library(biOps) > 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. You also need to read http://cran.r-project.org/bin/windows/contrib/2.6/ReadMe and suggest to Uwe Ligges what he adds a note about this (it applies to SoPhy for libtiff3.dll as well). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595