Re: [R] error trying to load biOps under 2.6.1 running XP

2007-12-11 Thread Matias Bordese
On Dec 11, 2007 5:11 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > 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 lib

Re: [R] error trying to load biOps under 2.6.1 running XP

2007-12-11 Thread Prof Brian Ripley
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

[R] error trying to load biOps under 2.6.1 running XP

2007-12-10 Thread Brian O'Gorman
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: pac