revdepcheck icon indicating copy to clipboard operation
revdepcheck copied to clipboard

Compare two development versions

Open hadley opened this issue 7 years ago • 3 comments

When considering an API breaking change, it is useful to be able to empirically determine the impact by comparing revdeps from a branch with revdeps on master.

hadley avatar Jan 03 '18 15:01 hadley

On a related note, it would also be great if we could choose a branch to compare to CRAN.

topepo avatar Oct 04 '18 18:10 topepo

@topepo revdepcheck will always use the tree you point it to, no assumptions are made about branches, or SCMs.

gaborcsardi avatar Oct 04 '18 18:10 gaborcsardi

Maybe revdep_check() could optionally take a path to a pair of tarballs?

hadley avatar May 02 '20 21:05 hadley