Source: r-cran-hwriter Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille Section: gnu-r Priority: optional Build-Depends: debhelper (>= 11~), dh-r, r-base-dev Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-hwriter Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-hwriter.git Homepage: https://cran.r-project.org/package=hwriter Package: r-cran-hwriter Architecture: all Depends: ${R:Depends}, ${misc:Depends} Recommends: ${R:Recommends} Suggests: ${R:Suggests} Description: HTML Writer - Outputs R objects in HTML format The GNU R package hwriter provides an easy-to-use and versatile functions to output R objects in HTML format. It supports advanced formatting, tables, CSS styling, images and provides a convenient mapping between R tables and HTML tables. . The package provides the following functions (but most of the job is carried out by hwrite): hwrite: outputs an R object in HTML format. hwriteImage: writes an image. openPage, closePage: handles HTML page/document creation. hmakeTag: is a low-level HTML tag formatting function.