<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Fast Multi-Page PDF Report Layout on the Graphics Device // A
		lightweight, dependency-free engine to build multi-page PDF
		reports quickly on top of R's built-in graphics device
		('pdf'/'cairo_pdf'). Content is placed by a measured flow
		layout: every text block reports its real width and height via
		'strwidth'/'strheight', the vertical cursor advances by
		measured height, and pages break automatically. This eliminates
		the text-overlap of dead-reckoned coordinate reports (such as
		the 'nmw' NONMEM diagnostic reports) and replaces slow
		'.Rmd'/'knitr'/'LaTeX' pipelines for fixed report generation.
		Interactive AcroForm CRFs are out of scope and handled by the
		sibling 'pdfCRF' package.
	</longdescription>
</pkgmetadata>
