pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
(textproc/R-readxl) imported for updating
Module Name: pkgsrc-wip
Committed By: Makoto mef20 Fujiwara <makoto%if.t.u-tokyo.ac.jp@localhost>
Pushed By: mef
Date: Tue Jan 28 07:51:16 2025 +0900
Changeset: 8df449f440b2446a85be7fb2414dabe23abbf4fa
Added Files:
R-readxl/DESCR
R-readxl/Makefile
R-readxl/distinfo
Log Message:
(textproc/R-readxl) imported for updating
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8df449f440b2446a85be7fb2414dabe23abbf4fa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
R-readxl/DESCR | 4 ++++
R-readxl/Makefile | 19 +++++++++++++++++++
R-readxl/distinfo | 5 +++++
3 files changed, 28 insertions(+)
diffs:
diff --git a/R-readxl/DESCR b/R-readxl/DESCR
new file mode 100644
index 0000000000..9598785372
--- /dev/null
+++ b/R-readxl/DESCR
@@ -0,0 +1,4 @@
+Import excel files into R. Supports '.xls' via the embedded 'libxls' C
+library <https://github.com/evanmiller/libxls> and '.xlsx' via the
+embedded 'RapidXML' C++ library <http://rapidxml.sourceforge.net>.
+Works on Windows, Mac and Linux without external dependencies.
diff --git a/R-readxl/Makefile b/R-readxl/Makefile
new file mode 100644
index 0000000000..49eee28606
--- /dev/null
+++ b/R-readxl/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:57 brook Exp $
+
+R_PKGNAME= readxl
+R_PKGVER= 1.3.1
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Read Excel files
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= R-tibble>=1.3.1:../../math/R-tibble
+DEPENDS+= R-cellranger>=1.1.0:../../textproc/R-cellranger
+
+USE_LANGUAGES+= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../sysutils/R-progress/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-readxl/distinfo b/R-readxl/distinfo
new file mode 100644
index 0000000000..21ebb4af0c
--- /dev/null
+++ b/R-readxl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.3 2021/10/26 11:21:31 nia Exp $
+
+BLAKE2s (R/readxl_1.3.1.tar.gz) = 697a490da2cf6df09c6adeb062859fbf0f6116b1404cc5ba5a5115f0daa9fa2e
+SHA512 (R/readxl_1.3.1.tar.gz) = befeb57b4b5eeb934e08927aca0c0026591d264c34a029f2d77509b60d466c7f8e5df7d11bd38865ab1010042eb30f93363bf0c6fce608ae724f1ccb0b402ac2
+Size (R/readxl_1.3.1.tar.gz) = 2056165 bytes
Home |
Main Index |
Thread Index |
Old Index