dev-R/googledrive: new package, add 2.0.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-03 04:21:16 +02:00
parent d5f11aa7f2
commit c21680f912
3 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST googledrive_2.0.0.tar.gz 1593656 BLAKE2B af1fe6d0d09a1d7931587a9232ab3803830a180606546f368ace12c6e7d9ce8d4beb97a43a684cfe94122172dc1c68bbf748aac8b20e6ab777329b405ddc7cb3 SHA512 fb5ee3ced372364c448432fd936bb178d5318842c8642a497e52e35038a3ae0a7536d538eba539c1c1e2cc63aabbcdbdac7b3d7d00cf3ffedcdbab2720dd38c9

View File

@@ -0,0 +1,48 @@
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='An Interface to Google Drive'
HOMEPAGE="
https://cran.r-project.org/package=googledrive
https://googledrive.tidyverse.org/
https://github.com/tidyverse/googledrive
"
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
>=dev-R/cli-3.0.0
dev-R/pillar
dev-R/lifecycle
dev-R/magrittr
>=dev-R/glue-1.4.2
>=dev-R/rlang-0.4.9
dev-R/uuid
>=dev-lang/R-3.3
>=dev-R/gargle-1.2.0
dev-R/httr
dev-R/jsonlite
>=dev-R/purrr-0.2.3
>=dev-R/tibble-2.0.0
>=dev-R/vctrs-0.3.0
dev-R/withr
"
RDEPEND="${DEPEND}"
R_SUGGESTS="
dev-R/covr
dev-R/curl
dev-R/downlit
>=dev-R/dplyr-1.0.0
dev-R/knitr
dev-R/mockr
dev-R/rmarkdown
dev-R/roxygen2
dev-R/spelling
>=dev-R/testthat-3.0.0
"

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<name>Alessandro Barbieri</name>
<email>lssndrbarbieri@gmail.com</email>
</maintainer>
<upstream>
<maintainer>
<name>Jennifer Bryan</name>
<email>jenny@rstudio.com</email>
</maintainer>
<bugs-to>https://github.com/tidyverse/googledrive/issues</bugs-to>
<remote-id type="github">tidyverse/googledrive</remote-id>
</upstream>
</pkgmetadata>