This is an automated email from the git hooks/post-receive script. ginggs pushed a commit to branch master in repository r-cran-adegraphics.
commit 0fb709c69bd63293aaee3491457e4293c70de180 Author: Graham Inggs <[email protected]> Date: Sun Oct 15 19:18:06 2017 +0200 Skip test needing r-cran-guerry --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/skip_test_needing_guerry.patch | 26 ++++++++++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5b4ed45..accc5be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-adegraphics (1.0-8-2) UNRELEASED; urgency=medium * Update for new location of shapes/sids.shp + * Skip test needing r-cran-guerry -- Graham Inggs <[email protected]> Sun, 15 Oct 2017 16:56:39 +0000 diff --git a/debian/patches/series b/debian/patches/series index 8c929ec..c190a13 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ shapes_sids.shp_is_in_spdep.patch +skip_test_needing_guerry.patch diff --git a/debian/patches/skip_test_needing_guerry.patch b/debian/patches/skip_test_needing_guerry.patch new file mode 100644 index 0000000..1f3f8d1 --- /dev/null +++ b/debian/patches/skip_test_needing_guerry.patch @@ -0,0 +1,26 @@ +Description: Skip test needing Guerry + This patch may be dropped once r-cran-guerry clears NEW, see #878577 +Author: Graham Inggs <[email protected]> +Last-Update: 2017-10-15 +--- a/tests/panelSpatial.R ++++ b/tests/panelSpatial.R +@@ -37,13 +37,13 @@ + porigin.include = FALSE, Sp = meuse.sr) + + ## ex3 +-library(Guerry) +-data(gfrance85) ++#library(Guerry) ++#data(gfrance85) + +-dfxy4 <- coordinates(gfrance85) +-region.names <- data.frame(gfrance85)[, 5] +-col.region <- colors()[c(149, 254, 468, 552, 26)] +-g4 <- s.class(dfxy4, region.names, ellip = 0, star = 0, col = col.region, Sp = gfrance85, pSp.col = col.region[region.names], porig.inclu = F) ++#dfxy4 <- coordinates(gfrance85) ++#region.names <- data.frame(gfrance85)[, 5] ++#col.region <- colors()[c(149, 254, 468, 552, 26)] ++#g4 <- s.class(dfxy4, region.names, ellip = 0, star = 0, col = col.region, Sp = gfrance85, pSp.col = col.region[region.names], porig.inclu = F) + + + ## ex4 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-adegraphics.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
