mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
14 lines
355 B
Bash
14 lines
355 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
inherit R-packages-guru
|
|
|
|
DESCRIPTION='A Forward-Pipe Operator for R'
|
|
HOMEPAGE="https://cran.r-project.org/package=magrittr"
|
|
SRC_URI="http://cran.r-project.org/src/contrib/magrittr_1.5.tar.gz"
|
|
LICENSE='MIT'
|
|
KEYWORDS="~amd64"
|
|
IUSE="${IUSE-}"
|