1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: r-cran-xtable
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jonathon Love <jon@thon.cc>
Section: gnu-r
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
r-base-dev
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-xtable.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-xtable.git
Homepage: http://cran.r-project.org/web/packages/xtable
Package: r-cran-xtable
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
${R:Depends}
Description: GNU R coerce data to LaTeX and HTML tables
This R package provides functions returning, displaying or writing to
disk the LaTeX or HTML code associated with the supplied object of
class xtable. The package also provides functions converting an R object
to an xtable object, which can then be printed as a LaTeX or HTML table.
|