textproc/R-cran-openxlsx: Read, Write and Edit XLSX Files

Generated by:	portcran (0.1.8)
This commit is contained in:
David Naylor 2018-09-24 06:59:56 +00:00
parent 50d9752830
commit 793f2400d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480549
4 changed files with 31 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += R-cran-highr
SUBDIR += R-cran-htmltools
SUBDIR += R-cran-markdown
SUBDIR += R-cran-openxlsx
SUBDIR += R-cran-pystr
SUBDIR += R-cran-readr
SUBDIR += R-cran-rmarkdown

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= openxlsx
DISTVERSION= 4.1.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Read, Write and Edit XLSX Files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
RUN_DEPENDS= R-cran-zip>0:archivers/R-cran-zip \
R-cran-Rcpp>0:devel/R-cran-Rcpp
TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1537771429
SHA256 (openxlsx_4.1.0.tar.gz) = ab7b127353061a0e1cd621783366ffdd7c858c6df31cbbdd39aaa353af10ffd8
SIZE (openxlsx_4.1.0.tar.gz) = 1474393

View File

@ -0,0 +1,6 @@
Simplifies the creation of Excel .xlsx files by providing a high level
interface to writing, styling and editing worksheets. Through the use of
'Rcpp', read/write times are comparable to the 'xlsx' and 'XLConnect' packages
with the added benefit of removing the dependency on Java.
WWW: https://github.com/awalker89/openxlsx