This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-gtable.
commit 39c19c8cda3b15a46867066d15c37cf619e87bdf Author: Ivo Maintz <[email protected]> Date: Mon Mar 4 12:49:32 2013 +0000 added new r-cran-quantreg finetuning for some ggplot2, gtable, labeling --- debian/compat | 2 +- debian/control | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 54fb211..3c96619 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,23 @@ Source: gtable Section: gnu-r Priority: optional Maintainer: Ivo Maintz <[email protected]> -Build-Depends: debhelper (>= 8.0.0), +Build-Depends: debhelper (>= 9.0.0), cdbs, - r-base-dev -Standards-Version: 3.9.3 + r-base-dev (>= 2.14.2~20120222) +Standards-Version: 3.9.4 Homepage: http://cran.r-project.org/web/packages/gtable/index.html +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-gtable/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-gtable/trunk/ Package: r-cran-gtable Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends} +Suggests: r-cran-plyr Description: Arrange grobs in tables - This GNU R package contains tools to make it easier to work - with "tables" of grobs. + A grob table captures all the information needed to layout grobs in a + table structure. It supports row and column spanning, offers some + tools to automatically figure out the correct dimensions, and makes it + easy to align and combine multiple tables. + Each grob is put in its own viewport - grobs in the same location are + not combined into one cell. Each grob takes up the entire cell viewport + so justification control is not available. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-gtable.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
