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: Sat Apr 23 14:21:53 UTC 2022
Added Files:
pkgsrc/math/R-googlesheets4: DESCR Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-googlesheets4/DESCR \
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.
Added files:
Index: pkgsrc/math/R-googlesheets4/DESCR
diff -u /dev/null pkgsrc/math/R-googlesheets4/DESCR:1.1
--- /dev/null Sat Apr 23 14:21:53 2022
+++ pkgsrc/math/R-googlesheets4/DESCR Sat Apr 23 14:21:53 2022
@@ -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.
Index: pkgsrc/math/R-googlesheets4/Makefile
diff -u /dev/null pkgsrc/math/R-googlesheets4/Makefile:1.1
--- /dev/null Sat Apr 23 14:21:53 2022
+++ pkgsrc/math/R-googlesheets4/Makefile Sat Apr 23 14:21:53 2022
@@ -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"
Index: pkgsrc/math/R-googlesheets4/distinfo
diff -u /dev/null pkgsrc/math/R-googlesheets4/distinfo:1.1
--- /dev/null Sat Apr 23 14:21:53 2022
+++ pkgsrc/math/R-googlesheets4/distinfo Sat Apr 23 14:21:53 2022
@@ -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