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

View file

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

View file

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