1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: r-cran-readxl
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 10), r-base-dev (>= 3.6.1), dh-r, r-cran-rcpp, r-cran-tibble, r-cran-cellranger, r-cran-progress
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-readxl
Vcs-Git: https://salsa.debian.org/edd/r-cran-readxl.git
Homepage: https://cran.r-project.org/package=readxl
Package: r-cran-readxl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-rcpp, r-cran-tibble, r-cran-cellranger, r-cran-progress
Description: GNU R package to read Excel files
The readxl package imports Excel files into R. Supports '.xls' via the embedded
'libxls' C library (http://sourceforge.net/projects/libxls/) and '.xlsx' via
the embedded 'RapidXML' C++ library (http://rapidxml.sourceforge.net).
|