mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
14 lines
343 B
Bash
14 lines
343 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="mirror://cran/src/contrib/magrittr_1.5.tar.gz"
|
|
LICENSE='MIT'
|
|
KEYWORDS="~amd64"
|
|
IUSE="${IUSE-}"
|