richfitz / storr

:package: Object cacher for R
http://richfitz.github.io/storr
Other
116 stars 10 forks source link

Some tests are failing on R-3.1.0 #99

Closed wlandau closed 5 years ago

wlandau commented 5 years ago

As far as I can tell so far, this is just because lengths() was not around back then.

test-export.R:19: error: export
could not find function "lengths"
1: cache$export(new.env()) at /home/landau/projects/storr/inst/spec/test-export.R:19
2: storr_copy(dest, self, list, namespace, skip_missing) at /home/landau/projects/storr/R/storr.R:362
richfitz commented 5 years ago

Obsolete by #98 as we depend on 3.3.0 now