debian/0000755000000000000000000000000012134113626007165 5ustar debian/watch0000644000000000000000000000011712134113426010213 0ustar version=3 http://cran.r-project.org/src/contrib/reshape2_([-0-9\.]*)\.tar\.gz debian/compat0000644000000000000000000000000212134113426010361 0ustar 8 debian/docs0000644000000000000000000000000512134113426010031 0ustar NEWS debian/changelog0000644000000000000000000000074512134113605011042 0ustar r-cran-reshape2 (1.2.2-1) unstable; urgency=low * Upgraded to current upstream version * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version * (Re-)building with R 3.0.0 -- Dirk Eddelbuettel Thu, 18 Apr 2013 20:01:57 -0500 r-cran-reshape2 (1.2.1-1) unstable; urgency=low * Initial release (Closes: #657937) -- Carlos Borroto Tue, 24 Jan 2012 14:50:41 -0500 debian/rules0000755000000000000000000000053512134113426010246 0ustar #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk # Require a number equal or superior than the R version the package was built with. install/r-$(debRreposname)-$(cranName):: echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars debian/source/0000755000000000000000000000000012134113426010463 5ustar debian/source/format0000644000000000000000000000001412134113426011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000251112134113426011115 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: reshape2 Source: http://cran.r-project.org/src/contrib/reshape2_1.2.1.tar.gz Files: * Copyright: Hadley Wickham License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2012 Carlos Borroto License: MIT Same as reshape2 debian/control0000644000000000000000000000204412134113626010570 0ustar Source: r-cran-reshape2 Section: gnu-r Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Carlos Borroto Build-Depends: debhelper (>= 8.0.0), cdbs, r-base-dev (>= 3.0.0), r-cran-plyr, r-cran-stringr, r-cran-lattice Standards-Version: 3.9.4 Homepage: http://had.co.nz/reshape Vcs-Git: git://git.debian.org/git/debian-med/r-cran-reshape2.git Vcs-Browser: http://git.debian.org/?p=debian-med/r-cran-reshape2.git;a=summary Package: r-cran-reshape2 Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-plyr, r-cran-stringr, r-cran-lattice Description: Flexibly reshape data: a reboot of the reshape package Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. . Reshape (hopefully) makes it easy to do what you have been struggling to do with tapply, by, aggregate, xtabs, apply and summarise. It is also useful for getting your data into the correct structure for lattice or ggplot plots.