Displaying 5 results from an estimated 5 matches for "aregexec".
Did you mean:
regexec
2012 Aug 26
2
Package "datasets" not exporting anything on a recent R-2.15.1-patched
...ter(0)
Not the case with other packages (example here with "utils"):
> ns_utils <- getNamespace('utils')
> head(getNamespaceExports(ns_utils))
[1] "?" ".DollarNames" "adist" "alarm" "apropos"
[6] "aregexec"
Is this a temporary glitch, or is there something new and specific to
"datasets" ?
Best,
Laurent
PS: Obligatory sessionInfo:
> sessionInfo()
R version 2.15.1 Patched (2012-08-24 r60412)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_DK.UTF-8 L...
2013 Apr 02
1
R doesn't recognize utils functions, such as arrayIndex( )
...n I called arrayIndex(20:23, dim=c(4,3,3)), it says "Error: could not
find function "arrayIndex"in R". So I called ls("package:utils") to see the
functions inside:
[1] "?"
[2] "adist"
[3] "alarm"
[4] "apropos"
[5] "aregexec"
[6] "argsAnywhere"
[7] "arrangeWindows"
[8] "as.person"
I'm only listing the first 8 results because it has a total of 223 listed
functions,which is too long.
When I looked up utils package, This page
http://astrostatistics.psu.edu/su07/R/html/utils/h...
2014 Mar 05
1
[PATCH] Code coverage support proof of concept
...ion = TRUE, .fixes = "C_")
-export("?", .DollarNames, CRAN.packages, Rprof, Rprofmem, RShowDoc,
+export("?", .DollarNames, CRAN.packages, Rcov_start, Rcov_stop, Rprof, Rprofmem, RShowDoc,
RSiteSearch, URLdecode, URLencode, View, adist, alarm, apropos,
aregexec, argsAnywhere, assignInMyNamespace, assignInNamespace,
as.roman, as.person, as.personList, as.relistable, aspell,
diff -ruN R-devel/src/library/utils/R/Rcov.R R-devel-cov/src/library/utils/R/Rcov.R
--- R-devel/src/library/utils/R/Rcov.R 1970-01-01 01:00:00.000000000 +0100
+++ R-devel-cov/sr...
2011 Oct 31
0
R 2.14.0 is released
...wish
of PR#14638).
o The default for image(useRaster=) is now taken from option
"preferRaster": for the small print see ?image.
o str() now displays reference class objects and their fields,
rather than treating them as classical S4 classes.
o New function aregexec() in package utils for finding the
positions of approximate string matches as well as all substrings
corresponding to parenthesized subexpressions of the given
regular expression.
o download.file() has an extra argument to pass additional
command-line options to the non...
2011 Oct 31
0
R 2.14.0 is released
...wish
of PR#14638).
o The default for image(useRaster=) is now taken from option
"preferRaster": for the small print see ?image.
o str() now displays reference class objects and their fields,
rather than treating them as classical S4 classes.
o New function aregexec() in package utils for finding the
positions of approximate string matches as well as all substrings
corresponding to parenthesized subexpressions of the given
regular expression.
o download.file() has an extra argument to pass additional
command-line options to the non...