Re: [R-pkg-devel] CRAN package isoband and its reverse dependencies

2022-10-05 Thread Guido Schwarzer
Am 05.10.22 um 14:32 schrieb John Harrold: Howdy Folks, I got a message from CRAN today telling me that I have a strong reverse dependency on the isoband package. But I'm not alone! It look like more than 4700 other packages also have a strong dependency on this. Is there some organized effort

Re: [R-pkg-devel] Using \donttest with R >= 4.0.0

2021-11-16 Thread Guido Schwarzer
Am 16.11.21 um 20:16 schrieb Martin Ondrus: Hi Duncan, That's a fair point, and I think making the examples run quicker probably makes the most sense. I have bad experiences with using dontrun - my package always gets flagged. Although not ideal, it's probably better to include some very fast r

Re: [R-pkg-devel] [External] Re: Two packages with the same generic function

2020-06-23 Thread Guido Schwarzer
Am 23.06.20 um 10:00 schrieb Viechtbauer, Wolfgang (SP): [...] @Neal: A separate package with generic functions that pkgA and pkgB could import is an interesting suggestion, thanks! What makes this interesting is that there is no dependency on other packages in generics. Remains the questio