Package: r-cran-stringr
Version: 0.6.2-1
Tags: patch
Hello Andreas et al.
The NEWS file says this:
* remove dependency on plyr
and in fact a simple "rgrep plyr" on the source shows nothing in the
real source (excluding debian/* files).
Therefore, AFAIK, the current dependency is artificial and should be
removed. Patch follows.
Thanks.
diff -ru r-cran-stringr-0.6.2.orig/debian/control r-cran-stringr-0.6.2/debian/control
--- r-cran-stringr-0.6.2.orig/debian/control 2013-04-17 03:35:14.000000000 +0200
+++ r-cran-stringr-0.6.2/debian/control 2014-05-22 22:20:14.468400887 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packag...@lists.alioth.debian.org>
Uploaders: Carlos Borroto <carlos.borr...@gmail.com>
-Build-Depends: debhelper (>= 8.0.0), cdbs, r-base-dev (>= 3.0.0), r-cran-plyr
+Build-Depends: debhelper (>= 8.0.0), cdbs, r-base-dev (>= 3.0.0)
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/debian-med/r-cran-stringr.git
Vcs-Browser: http://git.debian.org/?p=debian-med/r-cran-stringr.git;a=summary
@@ -11,7 +11,7 @@
Package: r-cran-stringr
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-plyr
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
Description: Make it easier to work with strings
stringr is a set of simple wrappers that make R's string functions more
consistent, simpler and easier to use. It does this by ensuring that: