dev-R/pkgsearch: new package, add 3.1.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-24 03:50:30 +02:00
parent cf47023889
commit 33793ce906
3 changed files with 54 additions and 0 deletions

View 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
"