Russell S. Pierce
Russell S. Pierce
This issue rhymes with https://github.com/robertzk/lockbox/issues/109. I'm installing some packages, e.g. `{psych}` and `{broom}`that have Imports on `{nlme}` which like in #109 is a recommended package. The version returned by our...
It appears for local packages, if autoinstall was once set to FALSE, setting it TRUE later has no effect. It may be that lockbox is depending on the fact that...
Just walking the dependency tree for a lockfile can take a while. This makes starting up with lockbox a tad slow. It seems like one could digest the lockfile and...
I doubt there is much we can easily do here, but I noticed this conversation on Twitter and it got me thinking that unless we stored the paired version of...
Do you foresee adding support for multiple caching backends? Would you accept pull requests if they added additional backends? I'm looking to contribute to a project that might grow towards...
If we create a daughter function with a function and then memorize then we (sometimes?!) miss the cache on lapply. Minimal Example: ``` > library(R.cache) R.cache v0.12.0 (2015-11-12) successfully loaded....