aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2012-08-22 18:05:29 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2012-08-22 18:05:29 +0000
commit9be126f0a7bd3ba64f2cb80181ae97316ad7c77f (patch)
tree6b013cac962062f8dcec20448456f1bcbf1a30d5 /devel/Makefile
parentd3988d103e4b6f4b2416a47c3212092a1c380439 (diff)
downloadports-9be126f0a7bd3ba64f2cb80181ae97316ad7c77f.tar.gz
ports-9be126f0a7bd3ba64f2cb80181ae97316ad7c77f.zip
gsubfn is an R package used for string matching, substitution and parsing. A
seemingly small generalization of gsub, namely allow the replacement string to be a replacement function, list, formula or proto object, can result in increased power and applicability. The resulting function, gsubfn is the namesake of this package. WWW: https://code.google.com/p/gsubfn/
Notes
Notes: svn path=/head/; revision=302952
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index e19380699e14..808a47cd95e3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -12,6 +12,7 @@
SUBDIR += R-cran-bitops
SUBDIR += R-cran-caret
SUBDIR += R-cran-foreach
+ SUBDIR += R-cran-gsubfn
SUBDIR += R-cran-iterators
SUBDIR += R-cran-itertools
SUBDIR += R-cran-memoise