r-cran-hwriter 1.3.2.1-1 source package in Ubuntu

Changelog

r-cran-hwriter (1.3.2.1-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Testsuite: autopkgtest-pkg-r (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 29 Apr 2022 11:58:18 +0200

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-hwriter_1.3.2.1-1.dsc 2.0 KiB 5760c03bef213f7e56f2b636e03b91805605c2a40ac8392a5fb185b19252a58b
r-cran-hwriter_1.3.2.1.orig.tar.gz 58.0 KiB ed2fa254ab27cf65d397e181339976fc3261dfb4f6b600fea8c5689620dab6f3
r-cran-hwriter_1.3.2.1-1.debian.tar.xz 2.8 KiB ee56165b2a198056c64228bbdba5a1f6eee338e4c7a4bfdfdb949be98c292cba

No changes file available.

Binary packages built by this source

r-cran-hwriter: 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.