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