On Wed, Jun 22, 2011 at 6:01 PM, Changbin Du <changb...@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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to