# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit R-packages

DESCRIPTION='Connect to Your Zendesk Data'
KEYWORDS="~amd64 ~x64-macos ~arm64-macos"
SRC_URI="http://cran.r-project.org/src/contrib/zdeskR_0.4.0.tar.gz"
LICENSE='CC0-1.0'

DEPEND=">=sci-CRAN/dplyr-1.0.0
	>=sci-CRAN/jsonlite-1.6.1
	>=sci-CRAN/tidyr-1.0.0
	>=sci-CRAN/purrr-0.3.3
	>=sci-CRAN/httr-1.4.1
	>=sci-CRAN/tidyselect-1.2.0
	>=sci-CRAN/magrittr-1.5
	>=sci-CRAN/plyr-1.8.6
"
RDEPEND="${DEPEND-}"