[R-pkg-team] Bug#920711: Test suite seems to uncover conflict between new version of tibble and repr (Was: Bug#920711: r-cran-repr: autopkgtest regression)
Graham Inggs
ginggs at debian.org
Tue Feb 5 20:56:11 GMT 2019
Hi!
On Tue, 5 Feb 2019 at 22:34, Andreas Tille <tille at debian.org> wrote:
> I can also add r-cran-tibble via
>
> apt-get install --no-install-recommends r-cran-tibble
>
> and the test suite keeps on succeeding! However, after intalling
> r-cran-dplyr the described error occures while after deinstalling
> r-cran-dplyr the test suite passes again. So the incompatibility
> seems to be rather between r-cran-repr and r-cran-dplyr.
The reason the two tests only fail when r-cran-dplyr is installed is because of:
if (has_dplyr) { }
in both cases [1][2].
Regards
Graham
[1] https://salsa.debian.org/r-pkg-team/r-cran-repr/blob/master/tests/testthat/test_array_manipulation.r#L226
[2] https://salsa.debian.org/r-pkg-team/r-cran-repr/blob/master/tests/testthat/test_array_manipulation.r#L249
More information about the R-pkg-team
mailing list