debian/0000755000000000000000000000000012133376144007172 5ustar debian/watch0000644000000000000000000000011612133375430010216 0ustar version=3 http://cran.r-project.org/src/contrib/stringr_([-0-9\.]*)\.tar\.gz debian/compat0000644000000000000000000000000212133375430010365 0ustar 8 debian/docs0000644000000000000000000000000512133375430010035 0ustar NEWS debian/changelog0000644000000000000000000000107112133376144011043 0ustar r-cran-stringr (0.6.2-1) unstable; urgency=low [Dirk Eddelbuettel] * Upgraded to current upstream version 0.6.2 * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version * (Re-)building with R 3.0.0 [Andreas Tille] * debian/control: Add Homepage field -- Dirk Eddelbuettel Tue, 16 Apr 2013 20:34:11 -0500 r-cran-stringr (0.6.0-1) unstable; urgency=low * Initial release (Closes: #657996) -- Carlos Borroto Tue, 24 Jan 2012 14:50:41 -0500 debian/rules0000755000000000000000000000053512133375430010252 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/0000755000000000000000000000000012133375430010467 5ustar debian/source/format0000644000000000000000000000001412133375430011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000407312133375430011126 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: stringr Source: http://cran.r-project.org/src/contrib/stringr_0.6.tar.gz Files: * Copyright: Hadley Wickham License: GPL-2 This 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 program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Comment: Limited warranty. These datasets and software are provided in good faith, but none of the authors, publishers nor distributors warrant their accuracy nor can be held responsible for the consequences of their use. . On a Debian GNU/Linux system, the GNU General Public License version 2 is included in the file ‘/usr/share/common-licenses/GPL-2’. Files: debian/* Copyright: 2012 Carlos Borroto License: GPL-2+ 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/control0000644000000000000000000000202312133376122010566 0ustar Source: r-cran-stringr 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 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 Homepage: http://cran.r-project.org/web/packages/stringr/ Package: r-cran-stringr Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-plyr 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: function and argument names (and positions) are consistent, all functions deal with NA's and zero length character appropriately, and the output data structures from each function matches the input data structures of other functions.