tested this out on 3.2.0, 3.2.1, and 3.2.2 -- only happens on 3.2.3, so i
assume it was an R bug not a DBI bug. submitted here:
https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16734
On Sat, Feb 27, 2016 at 6:20 PM, Anthony Damico wrote:
> this happens with both SQLite and MonetDBLite, s
this happens with both SQLite and MonetDBLite, so i assume it is not an
RSQLite bug.
notice the gc() in the no-crash version..
thanks
# initiate R with "C:\Program Files\R\R-3.2.3\bin\x64\Rterm.exe"
--max-mem-size=35M
library(RSQLite)
db <- dbConnect( SQLite() )
for( i in 1:1000
2 matches
Mail list logo