Last data update: 2014.03.03

stringr

Package: stringr
Version: 1.0.0
Title: Simple, Consistent Wrappers for Common String Operations
Description: A consistent, simple and easy to use set of wrappers around the
fantastic 'stringi' package. All function and argument names (and positions)
are consistent, all functions deal with "NA"'s and zero length vectors
in the same way, and the output from one function is easy to feed into
the input of another.
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre", "cph")),
person("RStudio", role = "cph")
)
License: GPL-2
Depends: R (>= 2.14)
Imports: stringi (>= 0.4.1), magrittr
Suggests: testthat, knitr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-04-29 12:46:34 UTC; hadley
Author: Hadley Wickham [aut, cre, cph],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-04-30 11:48:24

● 0 images, 25 functions, 0 datasets
Reverse Depends: 37

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'stringr' ...
** package 'stringr' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'stringr'
    finding HTML links ... done
    case                                    html  
    invert_match                            html  
    modifier-deprecated                     html  
    modifiers                               html  
    pipe                                    html  
    str_c                                   html  
Rd warning: /tmp/Rtmp4LC1tZ/R.INSTALL177d33dd1435/stringr/man/str_c.Rd:51: missing file link 'stri_c'
    str_conv                                html  
    str_count                               html  
    str_detect                              html  
    str_dup                                 html  
    str_extract                             html  
Rd warning: /tmp/Rtmp4LC1tZ/R.INSTALL177d33dd1435/stringr/man/str_extract.Rd:57: missing file link 'stri_extract_first'
Rd warning: /tmp/Rtmp4LC1tZ/R.INSTALL177d33dd1435/stringr/man/str_extract.Rd:58: missing file link 'stri_extract_all'
    str_length                              html  
    str_locate                              html  
    str_match                               html  
    str_order                               html  
    str_pad                                 html  
    str_replace                             html  
    finding level-2 HTML links ... done

    str_replace_na                          html  
    str_split                               html  
    str_sub                                 html  
    str_subset                              html  
    str_trim                                html  
    str_wrap                                html  
    stringr                                 html  
    word                                    html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (stringr)
Making 'packages.html' ... done