mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-R/rematch2: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/rematch2/Manifest
Normal file
1
dev-R/rematch2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST rematch2_2.1.2.tar.gz 13366 BLAKE2B 3825627d76b85206d8afb47a730d6cb2179d6e12a586312a4df9a20068a66410a4df3054b3ceee6aef45c8aae5383fe19e4b4c5db6d5a5f57ad8a4953a7f6db9 SHA512 1267df1cfc4def1de163cec121728da2ea7ee66c035aecba1857b4ff77b858e0f9aadb34eedeef97a4ea2716a20f4b87941b7b12b2a921371796c5f80d8769bd
|
||||
9
dev-R/rematch2/metadata.xml
Normal file
9
dev-R/rematch2/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<longdescription>
|
||||
Tidy Output from Regular Expression Matching // Wrappers on
|
||||
'regexpr' and 'gregexpr' to return the match results in tidy
|
||||
data frames.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
13
dev-R/rematch2/rematch2-2.1.2.ebuild
Normal file
13
dev-R/rematch2/rematch2-2.1.2.ebuild
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Tidy Output from Regular Expression Matching'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="dev-R/tibble"
|
||||
RDEPEND="${DEPEND}"
|
||||
Reference in New Issue
Block a user