pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-readxl: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/347d5886a1c8
branches:  trunk
changeset: 337065:347d5886a1c8
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:55:04 2019 +0000

description:
R-readxl: initial commit.

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.

diffstat:

 doc/CHANGES-2019           |   3 ++-
 textproc/Makefile          |   3 ++-
 textproc/R-readxl/DESCR    |   4 ++++
 textproc/R-readxl/Makefile |  21 +++++++++++++++++++++
 textproc/R-readxl/distinfo |   6 ++++++
 5 files changed, 35 insertions(+), 2 deletions(-)

diffs (74 lines):

diff -r 4f17c0c6e82a -r 347d5886a1c8 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:53:41 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:55:04 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3125 2019/07/31 13:53:41 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3126 2019/07/31 13:55:05 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5082,3 +5082,4 @@
        Added textproc/R-openxlsx version 4.1.0.1 [brook 2019-07-31]
        Added textproc/R-readr version 1.3.1 [brook 2019-07-31]
        Added textproc/R-readstata13 version 0.9.2 [brook 2019-07-31]
+       Added textproc/R-readxl version 1.3.1 [brook 2019-07-31]
diff -r 4f17c0c6e82a -r 347d5886a1c8 textproc/Makefile
--- a/textproc/Makefile Wed Jul 31 13:53:41 2019 +0000
+++ b/textproc/Makefile Wed Jul 31 13:55:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1040 2019/07/31 13:53:41 brook Exp $
+# $NetBSD: Makefile,v 1.1041 2019/07/31 13:55:04 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -24,6 +24,7 @@
 SUBDIR+=       R-openxlsx
 SUBDIR+=       R-readr
 SUBDIR+=       R-readstata13
+SUBDIR+=       R-readxl
 SUBDIR+=       R-stringi
 SUBDIR+=       R-stringr
 SUBDIR+=       R-utf8
diff -r 4f17c0c6e82a -r 347d5886a1c8 textproc/R-readxl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readxl/DESCR   Wed Jul 31 13:55:04 2019 +0000
@@ -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 -r 4f17c0c6e82a -r 347d5886a1c8 textproc/R-readxl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readxl/Makefile        Wed Jul 31 13:55:04 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:55:05 brook Exp $
+
+CATEGORIES=    textproc R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/readxl/
+COMMENT=       Read Excel files
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     readxl
+R_PKGVER=      1.3.1
+
+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 -r 4f17c0c6e82a -r 347d5886a1c8 textproc/R-readxl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-readxl/distinfo        Wed Jul 31 13:55:04 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:55:05 brook Exp $
+
+SHA1 (R/readxl_1.3.1.tar.gz) = 65d5ef4a56acbedac01dbdf115f93e647ea6da84
+RMD160 (R/readxl_1.3.1.tar.gz) = 1479cba0dd11e4db4ba3f04f43e6fbbdae75bd95
+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