mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-R/dplyr: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
33
dev-R/dplyr/dplyr-0.8.5.ebuild
Normal file
33
dev-R/dplyr/dplyr-0.8.5.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
inherit R-packages-guru
|
||||
|
||||
DESCRIPTION='A Grammar of Data Manipulation'
|
||||
SRC_URI="http://cran.r-project.org/src/contrib/dplyr_0.8.5.tar.gz"
|
||||
LICENSE='MIT'
|
||||
HOMEPAGE="
|
||||
http://dplyr.tidyverse.org
|
||||
https://github.com/tidyverse/dplyr
|
||||
https://cran.r-project.org/package=dplyr
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="${IUSE-}"
|
||||
DEPEND="
|
||||
dev-cpp/plog
|
||||
dev-libs/boost
|
||||
>=dev-lang/R-3.2.0
|
||||
>=dev-R/assertthat-0.2.0
|
||||
dev-R/ellipsis
|
||||
>=dev-R/glue-1.3.0
|
||||
>=dev-R/magrittr-1.5
|
||||
dev-R/pkgconfig
|
||||
dev-R/R6
|
||||
>=dev-R/Rcpp-1.0.1
|
||||
>=dev-R/rlang-0.4.0
|
||||
>=dev-R/tibble-2.0.0
|
||||
>=dev-R/tidyselect-0.2.5
|
||||
"
|
||||
RDEPEND="${DEPEND-}"
|
||||
Reference in New Issue
Block a user