/usr/lib/R/site-library/stringr/DESCRIPTION is in r-cran-stringr 0.6.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | Package: stringr
Maintainer: Hadley Wickham <h.wickham@gmail.com>
License: GPL-2
Title: Make it easier to work with strings.
Type: Package
Author: Hadley Wickham <h.wickham@gmail.com>
Description: 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.
Version: 0.6.2
Depends: R (>= 2.14)
Suggests: testthat (>= 0.3)
Collate: 'c.r' 'checks.r' 'count.r' 'detect.r' 'dup.r' 'extract.r'
'length.r' 'locate.r' 'match.r' 'modifiers.r' 'pad-trim.r'
'replace.r' 'split.r' 'sub.r' 'vectorise.r' 'word.r' 'wrap.r'
'utils.r'
Packaged: 2012-12-05 21:47:03 UTC; hadley
Repository: CRAN
Date/Publication: 2012-12-06 08:39:59
Built: R 3.0.0; ; 2013-04-29 17:46:53 UTC; unix
|