mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
textproc/R-cran-readxl: Read Excel Files
Generated by: portcran (0.1.9)
This commit is contained in:
parent
63d8c7ef9f
commit
2eb656ec14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482868
@ -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
|
||||
|
25
textproc/R-cran-readxl/Makefile
Normal file
25
textproc/R-cran-readxl/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= readxl
|
||||
DISTVERSION= 1.1.0
|
||||
CATEGORIES= textproc
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
MAINTAINER= dbn@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>
|
3
textproc/R-cran-readxl/distinfo
Normal file
3
textproc/R-cran-readxl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1540319209
|
||||
SHA256 (readxl_1.1.0.tar.gz) = b63d21fc6510acb373e96deaec45e966a523ec75cbec75a089529297ed443116
|
||||
SIZE (readxl_1.1.0.tar.gz) = 2036680
|
6
textproc/R-cran-readxl/pkg-descr
Normal file
6
textproc/R-cran-readxl/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user