File: control

package info (click to toggle)
r-cran-openxlsx 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,928 kB
  • sloc: cpp: 1,585; ansic: 130; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: r-cran-openxlsx
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 10), r-base-dev (>= 3.5.1), dh-r, r-cran-rcpp, r-cran-zip
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/edd/r-cran-openxlsx
Vcs-Git: https://salsa.debian.org/edd/r-cran-openxlsx.git
Homepage: https://cran.r-project.org/package=openxlsx

Package: r-cran-openxlsx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-rcpp, r-cran-zip
Description: GNU R package to read and write XLSX files
 The openxlsx package 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.