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:
parent
4b1c3d68d3
commit
9bf908be6e
@ -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
|
||||
|
19
textproc/R-cran-writexl/Makefile
Normal file
19
textproc/R-cran-writexl/Makefile
Normal 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>
|
3
textproc/R-cran-writexl/distinfo
Normal file
3
textproc/R-cran-writexl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1720097741
|
||||
SHA256 (writexl_1.5.0.tar.gz) = e253dc58f00abf51e9b727ae132e8b301e359fb23df0afc40c3ebec3fb096dce
|
||||
SIZE (writexl_1.5.0.tar.gz) = 278311
|
2
textproc/R-cran-writexl/pkg-descr
Normal file
2
textproc/R-cran-writexl/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter'.
|
||||
Fast and no Java or Excel required.
|
Loading…
Reference in New Issue
Block a user