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

Changelog

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

  * New upstream version
  * Reorder sequence of d/control fields by cme (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)

 -- Andreas Tille <email address hidden>  Mon, 05 Dec 2022 15:17:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe gnu-r
Lunar release universe gnu-r

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-stringr_1.5.0-1.dsc 2.2 KiB 7163d012733be12d076a8dd55cb27b1e087cb5f0c7e9c20832eebc4e4af8cbaa
r-cran-stringr_1.5.0.orig.tar.gz 171.6 KiB 52b159d7700a139111b4caf939e7c9c6ab3e01185181400d70a74c552826633a
r-cran-stringr_1.5.0-1.debian.tar.xz 3.6 KiB acd0143a783a534666ac783ccf148848dee06ca66a0bf4832be8112a01197717

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.