R/zzz.R

globalVariables(c(".", ".field"))

### FIXME: remove this hack after R is fixed (extends w/ class union bug)
local({
    .Expression <- getClass("Expression")
    .Expression@subclasses <-
        .Expression@subclasses[unique(names(.Expression@subclasses))]
    assignClassDef("Expression", .Expression, where = topenv())
})

Try the rsolr package in your browser

Any scripts or data that you put into this service are public.

rsolr documentation built on May 18, 2022, 9:07 a.m.