r-cran-stringr 1.2.0-1 source package in Ubuntu

Changelog

r-cran-stringr (1.2.0-1) unstable; urgency=medium

  * New upstream version
  * debhelper 10
  * Standards-Version: 4.1.1
  * Add README.source to document binary data files

 -- Andreas Tille <email address hidden>  Fri, 29 Sep 2017 23:19:18 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-stringr_1.2.0-1.dsc 2.1 KiB f0a4f44151d6c2bad18e5f0d43243a4fd2b1b68b47966bbeada94ed35c23d362
r-cran-stringr_1.2.0.orig.tar.gz 91.9 KiB 61d0b30768bbfd7c0bb89310e2de5b7b457ac504538acbcca50374b46b16129a
r-cran-stringr_1.2.0-1.debian.tar.xz 2.8 KiB 166bb380a728696e6eac077866cbdedc68b65f3db61cb0f3769cde49c2652364

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.