Last data update: 2014.03.03

rex

Package: rex
Type: Package
Title: Friendly Regular Expressions
Version: 1.1.1
Authors@R: c(
person("Kevin", "Ushey", email = "kevinushey@gmail.com", role = "aut"),
person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre")),
person("Robert", "Krzyzanowski", email = "rkrzyzanowski@gmail.com", role = "aut")
)
Maintainer: Jim Hester <james.f.hester@gmail.com>
URL: https://github.com/kevinushey/rex
BugReports: https://github.com/kevinushey/rex/issues
Description: A friendly interface for the construction of regular expressions.
Imports: magrittr, lazyeval
License: MIT + file LICENSE
Suggests: testthat, knitr, rmarkdown, dplyr, ggplot2, lintr, Hmisc,
stringr, rvest, roxygen2
VignetteBuilder: knitr
Collate: 'aaa.R' 'utils.R' 'escape.R' 'capture.R' 'character_class.R'
'counts.R' 'lookarounds.R' 'match.R' 'or.R' 'rex-mode.R'
'rex.R' 'shortcuts.R' 'wildcards.R' 'zzz.R'
RoxygenNote: 5.0.1.9000
NeedsCompilation: no
Packaged: 2016-03-10 22:45:34 UTC; jhester
Author: Kevin Ushey [aut],
Jim Hester [aut, cre],
Robert Krzyzanowski [aut]
Repository: CRAN
Date/Publication: 2016-03-11 00:40:20

● 0 images, 18 functions, 2 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rex' ...
** package 'rex' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rex'
    finding HTML links ... done
    as.regex                                html  
    capture                                 html  
    character_class                         html  
    character_class_escape                  html  
    counts                                  html  
    escape                                  html  
    group                                   html  
    lookarounds                             html  
    not                                     html  
    or                                      html  
    pipe                                    html  
    re_matches                              html  
    re_substitutes                          html  
    regex                                   html  
    register_shortcuts                      html  
    rex                                     html  
    rex_mode                                html  
    shortcuts                               html  
    single_shortcuts                        html  
    wildcards                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rex)
Making 'packages.html' ... done