r-cran-stringr 1.3.0-1ubuntu1 source package in Ubuntu
Changelog
r-cran-stringr (1.3.0-1ubuntu1) bionic; urgency=medium * Add autopkgtest dependencies: r-cran-htmltools, r-cran-htmlwidgets * Run tests in C.UTF-8 instead of C locale -- Graham Inggs <email address hidden> Tue, 06 Mar 2018 16:25:25 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- gnu-r
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | gnu-r |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-stringr_1.3.0.orig.tar.gz | 115.6 KiB | 23b048d2344cafa10a3480f8d52ab818525c6fdf7210290635f3a10de772bb1d |
r-cran-stringr_1.3.0-1ubuntu1.debian.tar.xz | 3.0 KiB | faaa892b53c1d2bc1dcf35af51bfd3313a1fdb7bdce6d3ff143e862f1e7aaa01 |
r-cran-stringr_1.3.0-1ubuntu1.dsc | 2.2 KiB | 74d3722b98d1d2acf0b907083fbedbe3a86e56fe50c83d50cc66a2802438ed77 |
Available diffs
- diff from 1.2.0-1 (in Debian) to 1.3.0-1ubuntu1 (54.0 KiB)
- diff from 1.3.0-1 (in Debian) to 1.3.0-1ubuntu1 (749 bytes)
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.