Skip to content

Commit

Permalink
(math/R-googlesheets4) Updated 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
# googlesheets4 1.1.1

* `gs4_auth(subject =)` is a new argument that can be used with
  `gs4_auth(path =)`, i.e. when using a service account. The `path` and
  `subject` arguments are ultimately processed by
  `gargle::credentials_service_account()` and support the use of a service
  account to impersonate a normal user.

* `gs4_scopes()` is a new function to access scopes relevant to the Sheets and
  Drive APIs. When called without arguments, `gs4_scopes()` returns a named
  vector of scopes, where the names are the associated short aliases.
  `gs4_scopes()` can also be called with a character vector; any element that's
  recognized as a short alias is replaced with the associated full scope (#291).

* Various internal changes to sync up with gargle v1.5.0.
  • Loading branch information
mef committed Jun 17, 2023
1 parent 6875b36 commit d61322b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions math/R-googlesheets4/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# $NetBSD: Makefile,v 1.2 2023/06/11 15:22:00 mef Exp $
# $NetBSD: Makefile,v 1.3 2023/06/17 12:21:39 mef Exp $

R_PKGNAME= googlesheets4
R_PKGVER= 1.1.0
R_PKGVER= 1.1.1

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Access Google Sheets using the Sheets API V4
LICENSE= mit # + file LICENSE

DEPENDS+= R-cli>=3.0.0:../../devel/R-cli
DEPENDS+= R-gargle>=1.5.0:../../www/R-gargle
DEPENDS+= R-glue>=1.3.0:../../devel/R-glue
DEPENDS+= R-googledrive-[0-9]*:../../www/R-googledrive
DEPENDS+= R-ids-[0-9]*:../../math/R-ids
Expand Down
8 changes: 4 additions & 4 deletions math/R-googlesheets4/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/06/11 15:22:00 mef Exp $
$NetBSD: distinfo,v 1.3 2023/06/17 12:21:39 mef Exp $

BLAKE2s (R/googlesheets4_1.1.0.tar.gz) = 1f34616cc5525aa42df9418761b6ab3c756cffc23a18a2d79b3e55212fa5cad9
SHA512 (R/googlesheets4_1.1.0.tar.gz) = 076e490547181a31d2dc3081f7fd253945265907f52571fc3dbdd87f129a1b61c8dc992cc8e85c7db48a6802e7aff977e0de253e94ecfc5f547909b480a00be8
Size (R/googlesheets4_1.1.0.tar.gz) = 229847 bytes
BLAKE2s (R/googlesheets4_1.1.1.tar.gz) = 1c7ca30666c889f6514086371daa9a734f13302935fdc6adb00a204a8abf70b1
SHA512 (R/googlesheets4_1.1.1.tar.gz) = d42708d49d03f0fafb2b67febce5ba02df4f97b84963f1548a69439718537efa5709344e31656bfee66217f350fc8cbee7e251e98ff7e48260c9586d01f1ca96
Size (R/googlesheets4_1.1.1.tar.gz) = 232584 bytes

0 comments on commit d61322b

Please sign in to comment.