Hi! On Tue, 5 Feb 2019 at 22:34, Andreas Tille <ti...@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