[R-sig-DB] RSQLite 1.0.0

Gabor Grothendieck ggrothend|eck @end|ng |rom gm@||@com
Wed Sep 24 16:20:08 CEST 2014


On Wed, Sep 24, 2014 at 7:36 AM, Hadley Wickham <h.wickham using gmail.com> wrote:
> I've just pushed a potential fix. Can you please check?
> Hadley
>

it now installs but RSQLite.extfuns breaks (which implies sqldf, dplyr
and all other packages that depend on RSQLite.extfuns in some way
potentially break too):

> library(RSQLite.extfuns)
Loading required package: RSQLite
Loading required package: DBI
> db <- dbConnect(SQLite())
> init_extensions(db)
Error in if (.allows_extensions(db)) { :
  missing value where TRUE/FALSE needed




More information about the R-sig-DB mailing list