drat.builder icon indicating copy to clipboard operation
drat.builder copied to clipboard

multiple packages in same repo

Open cboettig opened this issue 10 years ago • 2 comments

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 my experience is the main reason someone uses this pattern in the first place), e.g.

egonw/rrdf/rrdflibs
egonw/rrdf/rrdf

I realize the logic is a bit tricky here, since drat.builder doesn't want to attempt to clone the repo twice..

cboettig avatar Aug 21 '15 22:08 cboettig

Cool, I'll get onto it.

On the other hand - it's a real shame that rrdf has to do things so differently to basically every other package.

richfitz avatar Aug 24 '15 09:08 richfitz

Hmm, I still seem to be hitting this same error, e.g. here: https://circleci.com/gh/ropensci/drat/91?utm_campaign=build-failed&utm_medium=email&utm_source=notification

yeah, it's a shame people do this; I think CRAN is to blame for making people use a second "lib" package when you have a package that ships with a large set of code in some other language that is not likely to change as much. I can see why someone would still want to use the same repo for both packages.

cboettig avatar Sep 21 '15 22:09 cboettig