svn commit: r482868 - in head/textproc: . R-cran-readxl
David Naylor
dbn at FreeBSD.org
Tue Oct 23 18:29:25 UTC 2018
Author: dbn
Date: Tue Oct 23 18:29:23 2018
New Revision: 482868
URL: https://svnweb.freebsd.org/changeset/ports/482868
Log:
textproc/R-cran-readxl: Read Excel Files
Generated by: portcran (0.1.9)
Added:
head/textproc/R-cran-readxl/
head/textproc/R-cran-readxl/Makefile (contents, props changed)
head/textproc/R-cran-readxl/distinfo (contents, props changed)
head/textproc/R-cran-readxl/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Tue Oct 23 18:25:39 2018 (r482867)
+++ head/textproc/Makefile Tue Oct 23 18:29:23 2018 (r482868)
@@ -18,6 +18,7 @@
SUBDIR += R-cran-openxlsx
SUBDIR += R-cran-pystr
SUBDIR += R-cran-readr
+ SUBDIR += R-cran-readxl
SUBDIR += R-cran-rematch
SUBDIR += R-cran-rex
SUBDIR += R-cran-rmarkdown
Added: head/textproc/R-cran-readxl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-readxl/Makefile Tue Oct 23 18:29:23 2018 (r482868)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= readxl
+DISTVERSION= 1.1.0
+CATEGORIES= textproc
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= dbn at FreeBSD.org
+COMMENT= Read Excel Files
+
+LICENSE= GPLv3
+
+BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
+RUN_DEPENDS= R-cran-Rcpp>=0.12.12:devel/R-cran-Rcpp \
+ R-cran-tibble>=1.1:devel/R-cran-tibble \
+ R-cran-cellranger>0:textproc/R-cran-cellranger
+TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
+ R-cran-rprojroot>=1.1:devel/R-cran-rprojroot \
+ R-cran-testthat>0:devel/R-cran-testthat \
+ R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
Added: head/textproc/R-cran-readxl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-readxl/distinfo Tue Oct 23 18:29:23 2018 (r482868)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540319209
+SHA256 (readxl_1.1.0.tar.gz) = b63d21fc6510acb373e96deaec45e966a523ec75cbec75a089529297ed443116
+SIZE (readxl_1.1.0.tar.gz) = 2036680
Added: head/textproc/R-cran-readxl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/R-cran-readxl/pkg-descr Tue Oct 23 18:29:23 2018 (r482868)
@@ -0,0 +1,6 @@
+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 <https://rapidxml.sourceforge.net>. Works on Windows, Mac and Linux
+without external dependencies.
+
+WWW: http://readxl.tidyverse.org
More information about the svn-ports-all
mailing list