Package: printr
Type: Package
Title: Automatically Print R Objects to Appropriate Formats According
        to the 'knitr' Output Format
Version: 0.1.1
Author: Yihui Xie
Maintainer: Yihui Xie <xie@yihui.name>
Description: Extends the S3 generic function knit_print() in 'knitr'
    to automatically print some objects using an appropriate format such as
    Markdown or LaTeX. For example, data frames are automatically printed as
    tables, and the help() pages can also be rendered in 'knitr' documents.
Imports: knitr (>= 1.16)
Suggests: tools, rmarkdown
License: GPL
URL: https://yihui.org/printr/
BugReports: https://github.com/yihui/printr/issues
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 7.1.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2021-01-26 23:19:02 UTC; yihui
Repository: CRAN
Date/Publication: 2021-01-27 05:30:02 UTC
