Last data update: 2014.03.03

rebus.base

Package: rebus.base
Title: Core Functionality for the 'rebus' Package
Version: 0.0-1
Date: 2015-12-16
Author: Richard Cotton [aut, cre]
Maintainer: Richard Cotton <richierocks@gmail.com>
Authors@R: person("Richard", "Cotton", role = c("aut", "cre"), email =
"richierocks@gmail.com")
Description: Build regular expressions piece by piece using human readable code.
This package contains core functionality, and is primarily intended to be
used by package developers.
Depends: R (>= 3.1.0)
Imports: stats
Suggests: stringi, testthat
License: Unlimited
LazyData: true
RoxygenNote: 5.0.1
Collate: 'alternation.R' 'regex-methods.R' 'backreferences.R'
'capture.R' 'internal.R' 'grouping-and-repetition.R'
'constants.R' 'class-groups.R' 'concatenation.R'
'compound-constants.R' 'escape_special.R' 'lookaround.R'
'misc.R' 'mode-modifiers.R'
NeedsCompilation: no
Packaged: 2015-12-16 04:36:07 UTC; rjc2003
Repository: CRAN
Date/Publication: 2015-12-16 06:31:42

● 0 images, 16 functions, 5 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rebus.base' ...
** package 'rebus.base' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rebus.base'
    finding HTML links ... done
    Anchors                                 html  
    Backreferences                          html  
    CharacterClasses                        html  
    ClassGroups                             html  
    Concatenation                           html  
    SpecialCharacters                       html  
    WordBoundaries                          html  
    as.regex                                html  
    capture                                 html  
    char_class                              html  
    escape_special                          html  
    exactly                                 html  
    format.regex                            html  
    literal                                 html  
    lookahead                               html  
    modify_mode                             html  
    or                                      html  
    recursive                               html  
    recycle                                 html  
Rd warning: /tmp/RtmpFK8N9d/R.INSTALL1ce5257c879b/rebus.base/man/recycle.Rd:31: missing file link 'rep_len'
    regex                                   html  
Rd warning: /tmp/RtmpFK8N9d/R.INSTALL1ce5257c879b/rebus.base/man/regex.Rd:23: missing file link 'paste0'
    repeated                                html  
** building package indices
** testing if installed package can be loaded
* DONE (rebus.base)
Making 'packages.html' ... done