summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-04-23 14:21:53 +0000
committermef <mef@pkgsrc.org>2022-04-23 14:21:53 +0000
commit6032863cc21b35a46f4f2965ff743ad87d6eacfd (patch)
tree6a868d3f53f0c5cfc826b8b902ecde963f655717 /math
parente4b0fbeb7e9a2160cb37e5a537079333bbbba1f3 (diff)
downloadpkgsrc-6032863cc21b35a46f4f2965ff743ad87d6eacfd.tar.gz
(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 (limited to 'math')
-rw-r--r--math/R-googlesheets4/DESCR7
-rw-r--r--math/R-googlesheets4/Makefile27
-rw-r--r--math/R-googlesheets4/distinfo5
3 files changed, 39 insertions, 0 deletions
diff --git a/math/R-googlesheets4/DESCR b/math/R-googlesheets4/DESCR
new file mode 100644
index 00000000000..47d08e219f7
--- /dev/null
+++ b/math/R-googlesheets4/DESCR
@@ -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 --git a/math/R-googlesheets4/Makefile b/math/R-googlesheets4/Makefile
new file mode 100644
index 00000000000..799ce4806fc
--- /dev/null
+++ b/math/R-googlesheets4/Makefile
@@ -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
+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 --git a/math/R-googlesheets4/distinfo b/math/R-googlesheets4/distinfo
new file mode 100644
index 00000000000..48e9af11e69
--- /dev/null
+++ b/math/R-googlesheets4/distinfo
@@ -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