search for: eagerkey

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

Did you mean: agekey
2019 Aug 30
1
New lazyload rdx key type: list(eagerKey=, lazyKeys=)
Prior to R-3.6.0 the keys in the lazyload key files, e.g. pkg/data/Rdata.rdx or pkg/R/pkg.rdx, seemed to all be 2-long integer vectors. Now they can be lists. The ones I have seen have two components, "eagerKey" is a 2-long integer vector and "lazyKeys" is a named list of 2-long integer vectors. > rdx <- readRDS(system.file(package="survival", "data", "Rdata.rdx")) > str(Filter(is.list, rdx$references)) List of 2 $ env::1:List of 2 ..$ eagerKey: in...