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
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
2 matches
Mail list logo