pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/R-googlesheets4 (math/R-googlesheets4) import R-g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25c242a87770
branches:  trunk
changeset: 377605:25c242a87770
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 23 14:21:53 2022 +0000

description:
(math/R-googlesheets4) import R-googlesheets4-1.0.0

Interact with Google Sheets through the Sheets API v4
<https://developers.google.com/sheets/api>. "API" is an acronym for
"application programming interface"; the Sheets API allows users to
interact with Google Sheets programmatically, instead of via a web
browser. The "v4" refers to the fact that the Sheets API is currently
at version 4. This package can read and write both the metadata and
the cell data in a Sheet.

diffstat:

 math/R-googlesheets4/DESCR    |   7 +++++++
 math/R-googlesheets4/Makefile |  27 +++++++++++++++++++++++++++
 math/R-googlesheets4/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r c71884eb568f -r 25c242a87770 math/R-googlesheets4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-googlesheets4/DESCR        Sat Apr 23 14:21:53 2022 +0000
@@ -0,0 +1,7 @@
+Interact with Google Sheets through the Sheets API v4
+<https://developers.google.com/sheets/api>. "API" is an acronym for
+"application programming interface"; the Sheets API allows users to
+interact with Google Sheets programmatically, instead of via a web
+browser. The "v4" refers to the fact that the Sheets API is currently
+at version 4. This package can read and write both the metadata and
+the cell data in a Sheet.
diff -r c71884eb568f -r 25c242a87770 math/R-googlesheets4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-googlesheets4/Makefile     Sat Apr 23 14:21:53 2022 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2022/04/23 14:21:53 mef Exp $
+
+R_PKGNAME=     googlesheets4
+R_PKGVER=      1.0.0
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Access Google Sheets using the Sheets API V4
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-cli>=3.0.0:../../devel/R-cli
+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
+DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=      R-purrr>=0.3.4:../../devel/R-purrr
+DEPENDS+=      R-rematch2>=2.1.2:../../devel/R-rematch2
+DEPENDS+=      R-rlang>=0.4.11:../../devel/R-rlang
+DEPENDS+=      R-tibble>=2.1.1:../../math/R-tibble
+DEPENDS+=      R-vctrs>=0.2.3:../../math/R-vctrs
+DEPENDS+=      R-cellranger>=1.1.0:../../textproc/R-cellranger
+DEPENDS+=      R-curl>=4.3.2nb2:../../www/R-curl
+DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r c71884eb568f -r 25c242a87770 math/R-googlesheets4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-googlesheets4/distinfo     Sat Apr 23 14:21:53 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/23 14:21:53 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



Home | Main Index | Thread Index | Old Index