mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-R/rex: new version
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST rex_1.2.0.tar.gz 91925 BLAKE2B 396700b0ac552853aabbf40c3ebb50557c49286f4b929c2d4441cf680422a295d3a0b84b451e97bb565ac635f5c262428e6382b75362fe19dc939bc15afe8ebb SHA512 32f3d02be639c28036360ff42444c49a5c556086a645dba454eb99b31a84cbc92ffe1da77a66c7bd959efc4c850fc3a7cc42cea1cb963eaab665c338e60a5bb9
|
||||
DIST rex_1.2.1.tar.gz 93583 BLAKE2B aa7a75532a434ff7741301b3393c9a9e7f286971729a5392bd2c44d2bee032e76319a441e7c1d39b01e5f6c6d1761786b03e948cd900dfdee2055725448904d6 SHA512 9af2fb36dcba381e3358549ca074f83c991ff2fb7113434e17ef2b7e77e44bb7a8ba4eb40582e874e0d8ce3bd15c079d343a13ba504ca4a94c5b66ee86a5a4a8
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Friendly Regular Expressions'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="dev-R/lazyeval"
|
||||
RDEPEND="${DEPEND}"
|
||||
27
dev-R/rex/rex-1.2.1.ebuild
Normal file
27
dev-R/rex/rex-1.2.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Friendly Regular Expressions'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="dev-R/lazyeval"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/covr
|
||||
dev-R/dplyr
|
||||
dev-R/ggplot2
|
||||
dev-R/Hmisc
|
||||
dev-R/knitr
|
||||
dev-R/magrittr
|
||||
dev-R/rmarkdown
|
||||
dev-R/roxygen2
|
||||
dev-R/rvest
|
||||
dev-R/stringr
|
||||
dev-R/testthat
|
||||
"
|
||||
Reference in New Issue
Block a user