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

Changelog

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

  * Team upload.
  * New upstream version 1.4.1
  * Bump Standards-Version to 4.6.1 (no changes needed)
  * Bump debhelper compatibility level to 13
  * Fix with cme

 -- Nilesh Patra <email address hidden>  Mon, 22 Aug 2022 22:55:19 +0530

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-stringr_1.4.1-1.dsc 2.1 KiB fb95acc64d58eff691faaff92c5dddcb0ddbd7b158b3a8580faaa7209b3a819d
r-cran-stringr_1.4.1.orig.tar.gz 134.9 KiB a5eea3e50963232c539827a0035a1a2a6b38fe79724f18195c32f24fcb117871
r-cran-stringr_1.4.1-1.debian.tar.xz 3.5 KiB 014f6784d2d4a3a483d4ef61a209287d5c9c75618e1ca3aef2ce98a60f080715

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.