Re: [R] RSQLite error

2008-02-29 Thread Paul Hammer
Gavin Simpson schrieb: > Paul, > > Do you have the RSQLite package installed? > > In a clean R, what does > > require(RSQLite) > > return? > > If you don't have it installed, then install the package: > > install.package("RSQLite", dep = TRUE) > > If that proceeds correctly - you may need external

Re: [R] RSQLite error

2008-02-29 Thread Gavin Simpson
Paul, Do you have the RSQLite package installed? In a clean R, what does require(RSQLite) return? If you don't have it installed, then install the package: install.package("RSQLite", dep = TRUE) If that proceeds correctly - you may need external libraries of headers for RSQLite to compile ag

[R] RSQLite error

2008-02-29 Thread Paul Hammer
hi members, i try to load the package genefilter but i get always this error message: _R code:_ >library(genefilter) Error in dyn.load(file, ...) : unable to load shared library '/usr/local/lib64/R/library/RSQLite/libs/RSQLite.so': /usr/local/lib64/R/library/RSQLite/libs/RSQLite.so: undefin