r-cran-stringr 0.6.2-2 source package in Ubuntu

Changelog

r-cran-stringr (0.6.2-2) unstable; urgency=medium


  * cme fix dpkg-control
  * debhelper 9
  * remove dependency from r-cran-plyr
    Closes: #748985

 -- Andreas Tille <email address hidden>  Fri, 23 May 2014 11:23:24 +0200

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
gnu-r
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
r-cran-stringr_0.6.2-2.dsc 2.0 KiB cdf048af4f7232a31c67fbde6ff39da03f1292c565eb73966e6c873b132333cd
r-cran-stringr_0.6.2.orig.tar.gz 20.2 KiB c3fc9c71d060ad592d2cfc51c36ab2f8e5f8cf9a25dfe42c637447dd416b6737
r-cran-stringr_0.6.2-2.debian.tar.xz 2.2 KiB fe7a1484d510c6850a2532828ec9f4ea0cbc6b01d783261c840e6c4a9d094966

Available diffs

No changes file available.

Binary packages built by this source

r-cran-stringr: 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.