mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-R/pkgsearch: new package, add 3.1.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
37
dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
Normal file
37
dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Search and Query CRAN R Packages'
|
||||
HOMEPAGE="
|
||||
https://github.com/r-hub/pkgsearch
|
||||
https://r-hub.github.io/pkgsearch/
|
||||
https://cran.r-project.org/package=pkgsearch
|
||||
"
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
DEPEND="
|
||||
dev-R/curl
|
||||
dev-R/jsonlite
|
||||
dev-R/prettyunits
|
||||
>=dev-R/parsedate-1.3.0
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/covr
|
||||
dev-R/memoise
|
||||
dev-R/mockery
|
||||
dev-R/pillar
|
||||
>=dev-R/pingr-2.0.0
|
||||
dev-R/rstudioapi
|
||||
dev-R/shiny
|
||||
dev-R/shinyjs
|
||||
dev-R/shinyWidgets
|
||||
>=dev-R/testthat-2.1.0
|
||||
dev-R/whoami
|
||||
"
|
||||
Reference in New Issue
Block a user