pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-readxl: Read MS Excel files
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Tue Sep 25 10:49:07 2018 -0500
Changeset: 89409c3146853caf9273696d698ac982aa40db10
Modified Files:
Makefile
Added Files:
R-readxl/DESCR
R-readxl/Makefile
R-readxl/distinfo
Log Message:
R-readxl: Read MS Excel files
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=89409c3146853caf9273696d698ac982aa40db10
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
R-readxl/DESCR | 2 ++
R-readxl/Makefile | 20 ++++++++++++++++++++
R-readxl/distinfo | 7 +++++++
4 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index a52409b178..45a27397f4 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@ SUBDIR+= R-graph
SUBDIR+= R-gsl
SUBDIR+= R-mclust
SUBDIR+= R-mpfr
+SUBDIR+= R-readxl
SUBDIR+= R-rematch
SUBDIR+= R-rgdal
SUBDIR+= R-signal
diff --git a/R-readxl/DESCR b/R-readxl/DESCR
new file mode 100644
index 0000000000..fff0fac16f
--- /dev/null
+++ b/R-readxl/DESCR
@@ -0,0 +1,2 @@
+Import excel files into R. Supports '.xls' via the embedded 'libxls' C library
+and '.xlsx' via the embedded 'RapidXML' C++ library.
diff --git a/R-readxl/Makefile b/R-readxl/Makefile
new file mode 100644
index 0000000000..de389a1647
--- /dev/null
+++ b/R-readxl/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= bacon%NetBSD.org@localhost
+HOMEPAGE= http://cran.r-project.org/web/packages/gmp/
+COMMENT= Import excel files into R
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= readxl
+R_PKGVER= 1.1.0
+
+USE_LANGUAGES= c c++
+
+DEPENDS+= R-Rcpp>=0.12.17:../../devel/R-Rcpp
+DEPENDS+= R-tibble>=1.4.2:../../math/R-tibble
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-readxl/distinfo b/R-readxl/distinfo
new file mode 100644
index 0000000000..fee4ac84c4
--- /dev/null
+++ b/R-readxl/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (R/readxl_1.1.0.tar.gz) = c29efd9e2229c65996e00b414ddbc008dacefce9
+RMD160 (R/readxl_1.1.0.tar.gz) = 20a69ca2ba692b215779d72dd8dcf8996344bec1
+SHA512 (R/readxl_1.1.0.tar.gz) = 030a71ff1ac97574053db34e4b194f0c1d0105cb678002b6b6e74e217c29a56436bf9f42ca955775e1f2eda12e4c60628c01772ef129ad19d3716a4dd16ec982
+Size (R/readxl_1.1.0.tar.gz) = 2036680 bytes
+SHA1 (patch-work_readxl_src_Makevars) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
Home |
Main Index |
Thread Index |
Old Index