drat.builder
drat.builder copied to clipboard
Build tools for a drat
I've been playing around a bit with {drat.builder} for the past couple of days, mainly b/c for the second time now, I ran into the issue that my drat repo...
When I try and use drat.builder with a private repository I get the following error which is fixed by switching from https to ssh ```r *** [fetch] poissonconsulting/poisreport Error in...
https://github.com/cboettig/drat/commit/9ee7fedc2009039d602343d08e3e20449d6bc437
It looks like `drat.builder` now supports the package root not being in the git root directory, but it still complains if two packages are in the same repo (which in...
Should removal of a package from packages.txt remove the package? Does it already?
vignette building is slow, adds dependencies and points of failure. It might be good to have the option to just skip the vignette building step? (e.g. `--no-build-vignettes`)
I often see fetch fail if a package has been updated since I last ran drat, and I still have a `packages_src` directory sitting around. I haven't completely diagnosed this...