debian/0000755000000000000000000000000012142547201007164 5ustar debian/copyright0000644000000000000000000000211512112434173011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gtable Source: http://cran.r-project.org/web/packages/gtable/index.html Files: * Copyright: 2012 Hadley Wickham License: GPL-2.0+ Files: debian/* Copyright: 2012 Ivo Maintz License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000012112434265010466 5ustar debian/source/format0000644000000000000000000000001412112434173011672 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000000512112434173010032 0ustar NEWS debian/watch0000644000000000000000000000015012112434173010211 0ustar version=3 opts="uversionmangle=s/-/./" \ http://cran.r-project.org/src/contrib/gtable_([\d.-]*)\.tar.gz debian/changelog0000644000000000000000000000050112142547201011032 0ustar gtable (0.1.2-1.1) unstable; urgency=low * Non-maintainer upload * Rebuild for R 3.0 (Closes: #706995) -- Don Armstrong Wed, 08 May 2013 15:13:25 -0700 gtable (0.1.2-1) unstable; urgency=low * Initial release (Closes: #700861) -- Ivo Maintz Sun, 24 Feb 2013 16:24:01 +0100 debian/README.Debian0000644000000000000000000000035212112434173011225 0ustar r-cran-gtable for Debian ------------------------ This package can be tested by loading it into R with the command 'library(gtable)' in order to confirm its integrity. -- Ivo Maintz Mon, 10 Dec 2012 10:03:04 +0100 debian/rules0000755000000000000000000000025112112434173010242 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/R/debian/r-cran.mk install/$(package):: chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/INDEX debian/upstream0000644000000000000000000000040612112434173010747 0ustar Archive: CRAN Contact: Hadley Wickham Download: http://cran.r-project.org/src/contrib/ Homepage: http://cran.r-project.org/web/packages/gtable/ CRAN: gtable Name: gtable Watch: http://cran.r-project.org/src/contrib/gtable_([\d.-]*)\.tar.gz debian/compat0000644000000000000000000000000212115130770010361 0ustar 9 debian/control0000644000000000000000000000200312115130770010561 0ustar Source: gtable Section: gnu-r Priority: optional Maintainer: Ivo Maintz Build-Depends: debhelper (>= 9.0.0), cdbs, 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 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.