1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

textproc/R-cran-writexl: new port

Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'.
Fast and no Java or Excel required.
This commit is contained in:
Wen Heping 2024-07-04 13:49:04 +00:00
parent 4b1c3d68d3
commit 9bf908be6e
4 changed files with 25 additions and 0 deletions

View File

@ -32,6 +32,7 @@
SUBDIR += R-cran-tth
SUBDIR += R-cran-utf8
SUBDIR += R-cran-vroom
SUBDIR += R-cran-writexl
SUBDIR += R-cran-xml2
SUBDIR += R-cran-xmlparsedata
SUBDIR += R-cran-xtable

View File

@ -0,0 +1,19 @@
PORTNAME= writexl
DISTVERSION= 1.5.0
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Export Data Frames to Excel Format
WWW= https://github.com/ropensci/writexl/
LICENSE= BSD2CLAUSE
RUN_DEPENDS= R-cran-spelling>=0:textproc/R-cran-spelling \
R-cran-bit64>=0:devel/R-cran-bit64 \
R-cran-readxl>=0:textproc/R-cran-readxl
TEST_DEPENDS= R-cran-testthat>=0:devel/R-cran-testthat
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1720097741
SHA256 (writexl_1.5.0.tar.gz) = e253dc58f00abf51e9b727ae132e8b301e359fb23df0afc40c3ebec3fb096dce
SIZE (writexl_1.5.0.tar.gz) = 278311

View File

@ -0,0 +1,2 @@
Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'.
Fast and no Java or Excel required.