diff --git a/dev-R/rematch/Manifest b/dev-R/rematch/Manifest new file mode 100644 index 0000000000..31ffffa287 --- /dev/null +++ b/dev-R/rematch/Manifest @@ -0,0 +1 @@ +DIST rematch_1.0.1.tar.gz 3719 BLAKE2B 5f999c3de459864507880dfd9084bf3c35c3f4c048a264d8bf4cb77c93e350c677d082c66fc1f16582affc8e3d215ab647ae98be4354ac5333cd01728be1461d SHA512 b97c4d8c4d8fd3706e8d1f97eb1ea21fb3cd45289933bf4559b5131b6cfae37434a7fae5f2bd07acc8bb3b9e40874bd893b7a5e5bc63d6a4dcf624a5d51f0ab1 diff --git a/dev-R/rematch/metadata.xml b/dev-R/rematch/metadata.xml new file mode 100644 index 0000000000..469ee641fb --- /dev/null +++ b/dev-R/rematch/metadata.xml @@ -0,0 +1,21 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + +A small wrapper on 'regexpr' to extract the matches and captured groups from the match of a regular expression to a character vector. + + + https://github.com/MangoTheCat/rematch/issues + https://cran.r-project.org/web/packages/rematch/news.html + https://cran.r-project.org/web/packages/rematch/rematch.pdf + + Gabor Csardi + gcsardi@mango-solutions.com + + MangoTheCat/rematch + + diff --git a/dev-R/rematch/rematch-1.0.1.ebuild b/dev-R/rematch/rematch-1.0.1.ebuild new file mode 100644 index 0000000000..0ac3c338bf --- /dev/null +++ b/dev-R/rematch/rematch-1.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Match Regular Expressions with a Nicer API' +HOMEPAGE=" + https://github.com/MangoTheCat/rematch + https://cran.r-project.org/package=rematch +" +SRC_URI="http://cran.r-project.org/src/contrib/rematch_1.0.1.tar.gz" +LICENSE='MIT' + +IUSE="${IUSE-}" +RDEPEND=""