pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-googlesheets4



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun 11 15:22:01 UTC 2023

Modified Files:
        pkgsrc/math/R-googlesheets4: Makefile distinfo

Log Message:
(math/R-googlesheets4)  Updated 1.0.0 to  1.1.0

# googlesheets4 1.1.0

## Syncing up with gargle

Version 1.3.0 of gargle introduced some changes around OAuth and
googlesheets4 is syncing with up that:

* `gs4_oauth_client()` is a new function to replace the now-deprecated
  `gs4_oauth_app()`.

* The new `client` argument of `gs4_auth_configure()` replaces the now-deprecated `app` argument.

* The documentation of `gs4_auth_configure()` emphasizes that the
  preferred way to "bring your own OAuth client" is by providing the
  JSON downloaded from Google Developers Console.

## Other

`gs4_auth()` now warns if the user specifies both `email` and `path`,
because this is almost always an error.

# googlesheets4 1.0.1

The mere existence of an invalid named range no longer prevents
googlesheets4 from dealing with a Sheet (#175).

googlesheets4 now understands that Google Sheets can have 10 million
cells (up from 5 million) (#257).

## Internal matters

Help files below `man/` have been re-generated, so that they give rise
to valid HTML5. (This is the impetus for this release, to keep the
package safely on CRAN.)

Examples now use `@examplesIf` to express when a token or an
interactive session is required for successful execution.

Errors have been revised to (more often) reveal the most appropriate
call, i.e. the high-level function called by the user as opposed to an
internal helper (#255).

Informative messages now route through `cli::cli_inform()`, instead of
`cli::cli_bullets()`.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-googlesheets4/Makefile \
    pkgsrc/math/R-googlesheets4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-googlesheets4/Makefile
diff -u pkgsrc/math/R-googlesheets4/Makefile:1.1 pkgsrc/math/R-googlesheets4/Makefile:1.2
--- pkgsrc/math/R-googlesheets4/Makefile:1.1    Sat Apr 23 14:21:53 2022
+++ pkgsrc/math/R-googlesheets4/Makefile        Sun Jun 11 15:22:00 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2022/04/23 14:21:53 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/11 15:22:00 mef Exp $
 
 R_PKGNAME=     googlesheets4
-R_PKGVER=      1.0.0
+R_PKGVER=      1.1.0
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Access Google Sheets using the Sheets API V4
Index: pkgsrc/math/R-googlesheets4/distinfo
diff -u pkgsrc/math/R-googlesheets4/distinfo:1.1 pkgsrc/math/R-googlesheets4/distinfo:1.2
--- pkgsrc/math/R-googlesheets4/distinfo:1.1    Sat Apr 23 14:21:53 2022
+++ pkgsrc/math/R-googlesheets4/distinfo        Sun Jun 11 15:22:00 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/04/23 14:21:53 mef Exp $
+$NetBSD: distinfo,v 1.2 2023/06/11 15:22:00 mef Exp $
 
-BLAKE2s (R/googlesheets4_1.0.0.tar.gz) = 6539ee2004efd570d272db69ce34513c0f88550a87db6ea317350df5fb767cce
-SHA512 (R/googlesheets4_1.0.0.tar.gz) = 2c2be5ad134fc5eae823b1341b1ebebd334fa2f975b2145c9dd771b77a3f09b9d71f13878722c04b66c17232c35cb196ffa049c3cff9482c5787374562481217
-Size (R/googlesheets4_1.0.0.tar.gz) = 222038 bytes
+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



Home | Main Index | Thread Index | Old Index