I'm trying to install RSQLite on the way to installing RQDA. I have installed DBI, and RSQLite compiles but will not install.
Running install.packages("RSQLite") fails with the following messages: ... ** preparing package for lazy loading Error in setClass("SQLiteConnection", contains = "DBIConnection", slots = list(Id = "externalptr", : unused argument(s) (slots = list(Id = "externalptr", dbname = "character", loadable.extensions = "logical", flags = "integer", vfs = "character")) Error : unable to load R code in package ‘RSQLite’ ERROR: lazy loading failed for package ‘RSQLite’ [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.