search for: dbobject

Displaying 1 result from an estimated 1 matches for "dbobject".

Did you mean: dcobject
2015 Apr 15
4
RObjectTables freezes in R 3.2.0 RC on 32bit systems
...s::install_github("jeroenooms/RObjectTables") The problem can be triggered using the included example from the DirectoryObjectTable manual. library(RObjectTables) db <- DirectoryObjectTable(tempdir()) dbwrite(db, "x", 1:10) dbwrite(db, "y", letters[1:3]) dbobjects(db) dbread(db, "x") attach(newRFunctionTable(db), name = "myRData") Things work as expected up till dbread(), but once the object-table is attached, R freezes on 32bit whereas it works as expected on 64bit. The same problem appears for other packages that are calling the...