update: r-bigrquery and r-openxlsx

This commit is contained in:
sukanka 2022-10-28 09:27:08 +08:00
parent 1ea4bc7949
commit bfb1f63ba9
3 changed files with 8 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=bigrquery
_pkgver=1.4.0
_pkgver=1.4.1
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgrel=5
pkgver=1.4.1
pkgrel=0
pkgdesc="An Interface to Google's 'BigQuery' 'API'"
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -13,6 +13,7 @@ depends=(
r
r-assertthat
r-bit64
r-brio
r-curl
r-dbi
r-gargle

View file

@ -5,6 +5,7 @@ maintainers:
repo_depends:
- r-assertthat
- r-bit64
- r-brio
- r-curl
- r-dbi
- r-gargle

View file

@ -3,10 +3,10 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=openxlsx
_pkgver=4.2.5
_pkgver=4.2.5.1
pkgname=r-${_pkgname,,}
pkgver=4.2.5
pkgrel=7
pkgver=4.2.5.1
pkgrel=0
pkgdesc='Read, Write and Edit xlsx Files'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"