lockbox icon indicating copy to clipboard operation
lockbox copied to clipboard

Bundler-style dependency management for R

Results 29 lockbox issues
Sort by recently updated
recently updated
newest added

It should be possible to emit a CRAN-dependency, using something like: ``` - name: dplyr ``` instead of ``` - name: dplyr version: 0.9.6 ``` One can solve the problem...

This forces version requirements specified outside of the Remotes section to be applied to the remotes. We can maybe discuss an overall plan for Remotes usage here.

Is there a way for `lockbox` to compile/install the dependencies so that debugging is possible inside any of them? Specifically interested in `--with-keep.source` See also for context https://support.rstudio.com/hc/en-us/articles/205612627-Debugging-with-RStudio#debugging-in-packages https://support.rstudio.com/hc/en-us/articles/200486518-Customizing-Package-Build-Options

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...

Is https://github.com/peterhurford/pkgdeps of any use for helping with the topological sort?

It could cause recursive install problems

enhancement

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...

bug

Will be tricky!

enhancement
help wanted
question

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...

enhancement