search for: userdefineddatabase

Displaying 2 results from an estimated 2 matches for "userdefineddatabase".

2009 Nov 05
1
combine UserDefinedDatabase and regular environments
Hello, Is it possible to have the effect of UserDefinedDatabase outside of "attached" environments ? Can I disguise an environment of the sys.frames() as a UserDefinedDatabase ? This seems to suggest that it might be possible : > f <- function(){ e <- environment(); class(e) <- "UserDefinedDatabase"; ff } > f() *** c...
2015 Apr 15
1
RObjectTables freezes in R 3.2.0 RC on 32bit systems
>>>>> Jeroen Ooms <jeroenooms at gmail.com> >>>>> on Tue, 14 Apr 2015 23:11:01 -0700 writes: > On Tue, Apr 14, 2015 at 6:29 PM, Jeroen Ooms > <jeroenooms at gmail.com> wrote: >> Things work as expected up till dbread(), but once the >> object-table is attached, R freezes on 32bit whereas it >> works as