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

Changelog

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

  * New upstream version
  * Standards-Version: 4.1.3
  * debhelper 11
  * Secure URI in watch file
  * New Build-Depends: r-cran-glue
  * New versioned Build-Depends: r-cran-stringi (>= 1.1.6)

 -- Andreas Tille <email address hidden>  Fri, 23 Feb 2018 09:56:02 +0100

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.3.0-1.dsc 2.1 KiB 5a04e144e71bc9362517b3a31cfac973c1144ca81857b3707390db84b84c6a16
r-cran-stringr_1.3.0.orig.tar.gz 115.6 KiB 23b048d2344cafa10a3480f8d52ab818525c6fdf7210290635f3a10de772bb1d
r-cran-stringr_1.3.0-1.debian.tar.xz 2.9 KiB ad546c7c53cb650c96cde757c62907056f99f5a5319540d30e52897e8eeffdd0

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.