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