[R] question about read.columns

Gabor Grothendieck ggrothendieck at gmail.com
Thu Jun 23 00:04:05 CEST 2011


On Wed, Jun 22, 2011 at 6:01 PM, Changbin Du <changbind at gmail.com> wrote:
> I found the following errors:
>
>
>> library(sqldf)
> Loading required package: DBI
> Loading required package: RSQLite
> Loading required package: RSQLite.extfuns
> Error: package 'RSQLite' 0.8-0 is loaded, but >= 0.9.1 is required by
> 'RSQLite.extfuns'
>
>> hh<-read.csv.sql("/house/homedirs/c/cdu/operon/gh5/hypo_re.dimer",
>> header=FALSE, sep="\t",sql="select varr from file", quote="", fill=T)
> Error: could not find function "read.csv.sql"
>

Make sure you are using the most recent versions of R, RSQLite and sqldf.

> packageVersion("sqldf")
[1] ‘0.4.1’
> packageVersion("RSQLite")
[1] ‘0.9.4’
> R.version.string
[1] "R version 2.13.0 Patched (2011-06-09 r56106)"


-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com



More information about the R-help mailing list