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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)

 -- Andreas Tille <email address hidden>  Tue, 21 Nov 2023 21:12:55 +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
Noble release universe gnu-r

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-stringr_1.5.1-1.dsc 2.3 KiB e48bf3a6dce5428f6f43a65010f883a5a210fa3f7e98ca14468a5176467a3f92
r-cran-stringr_1.5.1.orig.tar.gz 172.5 KiB a4adec51bb3f04214b1d8ef40d3a58949f21b1497cbeaf2ba552e0891eef45de
r-cran-stringr_1.5.1-1.debian.tar.xz 3.7 KiB 6e00a23059092b701264cf343db28b7fa23bac03b76f83855bafa4a2ec7920ec

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.