Package: printr
Type: Package
Title: Automatically Print R Objects to Appropriate Formats According
        to the 'knitr' Output Format
Version: 0.3
Authors@R: c(
    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666"))
    )
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.31)
Suggests: tools, rmarkdown
License: GPL
URL: https://yihui.org/printr/
BugReports: https://github.com/yihui/printr/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-03-08 19:27:23 UTC; yihui
Author: Yihui Xie [aut, cre] (<https://orcid.org/0000-0003-0645-5666>)
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2023-03-08 19:40:03 UTC
Built: R 4.5.1; ; 2025-10-06 02:07:33 UTC; windows
