/usr/lib/R/site-library/rematch/DESCRIPTION is in r-cran-rematch 1.0.1-1.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 | Package: rematch
Title: Match Regular Expressions with a Nicer 'API'
Version: 1.0.1
Author: Gabor Csardi
Maintainer: Gabor Csardi <gcsardi@mango-solutions.com>
Description: A small wrapper on 'regexpr' to extract the matches and
captured groups from the match of a regular expression to a character
vector.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/MangoTheCat/rematch
BugReports: https://github.com/MangoTheCat/rematch/issues
RoxygenNote: 5.0.1.9000
Suggests: covr, testthat
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2016-04-20 19:54:37 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2016-04-21 08:20:46
Built: R 3.4.2; ; "Fri, 29 Sep 2017 18:52:19 +0200"; unix
|