Rebuild RSQLite with latest version
- Install packages:
c(‘xml2’, ‘plogr’, revest’, ‘memoise’, ‘DBI’) - Clone RSQLite source:
https://github.com/rstats-db/RSQLite - Download SQLite 3.15.0:
http://www.sqlite.org/2016/sqlite-amalgamation-3150000.zip - Copy “RSQLite/src/sqlite3/extension-functions.c” to “sqlite-amalgamation-3150000”
- Replace “RSQLite/src/sqlite3” with “sqlite-amalgamation-3150000”
- Run “R CMD INSTALL RSQLite”