Author: tille Date: 2016-04-30 07:24:54 +0000 (Sat, 30 Apr 2016) New Revision: 21825
Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/changelog trunk/packages/R/r-cran-dplyr/trunk/debian/control trunk/packages/R/r-cran-dplyr/trunk/debian/tests/control Log: Recommends: r-cran-data.table, Test depends: r-cran-data.table Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-dplyr/trunk/debian/changelog 2016-04-29 12:06:03 UTC (rev 21824) +++ trunk/packages/R/r-cran-dplyr/trunk/debian/changelog 2016-04-30 07:24:54 UTC (rev 21825) @@ -1,3 +1,10 @@ +r-cran-dplyr (0.4.3-5) unstable; urgency=medium + + * Recommends: r-cran-data.table + * Test depends: r-cran-data.table + + -- Andreas Tille <[email protected]> Sat, 30 Apr 2016 08:16:15 +0200 + r-cran-dplyr (0.4.3-4) unstable; urgency=medium * Exclude tests needing r-cran-lahman which is not packaged yet Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-dplyr/trunk/debian/control 2016-04-29 12:06:03 UTC (rev 21824) +++ trunk/packages/R/r-cran-dplyr/trunk/debian/control 2016-04-30 07:24:54 UTC (rev 21825) @@ -23,12 +23,13 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${R:Depends}, - r-cran-rcpp, + r-cran-rcpp, r-cran-magrittr, r-cran-dbi, r-cran-lazyeval, r-cran-assertthat, r-cran-r6 +Recommends: r-cran-data.table Suggests: r-cran-lahman Description: GNU R grammar of data manipulation This GNU R package provides a fast, consistent tool for working with Modified: trunk/packages/R/r-cran-dplyr/trunk/debian/tests/control =================================================================== --- trunk/packages/R/r-cran-dplyr/trunk/debian/tests/control 2016-04-29 12:06:03 UTC (rev 21824) +++ trunk/packages/R/r-cran-dplyr/trunk/debian/tests/control 2016-04-30 07:24:54 UTC (rev 21825) @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-testthat +Depends: @, r-cran-testthat, r-cran-data.table Restrictions: allow-stderr _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
