r-cran-stringr 1.1.0-1build1 source package in Ubuntu

Changelog

r-cran-stringr (1.1.0-1build1) artful; urgency=medium

  * No-change rebuild to pick up r-api-3.4

 -- Graham Inggs <email address hidden>  Wed, 27 Sep 2017 14:18:39 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-stringr_1.1.0.orig.tar.gz 61.7 KiB ccb1f0e0f3e9524786f6cbae705c42eedf3874d0e641564e5e00517d892c5a33
r-cran-stringr_1.1.0-1build1.debian.tar.xz 2.7 KiB 3ef20e64b20ae00328e24262ec25771a47a758a9bb90e31691d123510538549a
r-cran-stringr_1.1.0-1build1.dsc 2.1 KiB 3a665cbb1abb732b251aa05b5913a205801c24b9939780f5e2bfc2777920318f

View changes file

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.