/usr/lib/R/site-library/stringr/NAMESPACE is in r-cran-stringr 1.1.0-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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | # Generated by roxygen2: do not edit by hand
export("%>%")
export("str_sub<-")
export(boundary)
export(coll)
export(fixed)
export(ignore.case)
export(invert_match)
export(perl)
export(regex)
export(str_c)
export(str_conv)
export(str_count)
export(str_detect)
export(str_dup)
export(str_extract)
export(str_extract_all)
export(str_interp)
export(str_join)
export(str_length)
export(str_locate)
export(str_locate_all)
export(str_match)
export(str_match_all)
export(str_order)
export(str_pad)
export(str_replace)
export(str_replace_all)
export(str_replace_na)
export(str_sort)
export(str_split)
export(str_split_fixed)
export(str_sub)
export(str_subset)
export(str_to_lower)
export(str_to_title)
export(str_to_upper)
export(str_trim)
export(str_trunc)
export(str_view)
export(str_view_all)
export(str_wrap)
export(word)
import(stringi)
importFrom(magrittr,"%>%")
|