Package: r2rtf
Title: Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
Version: 1.0.1
Authors@R: c(
    person("Yilong", "Zhang", email = "elong0527@gmail.com", role = c("aut", "cre")),
    person("Siruo", "Wang", role = "aut"),
    person("Simiao", "Ye", role = "aut"),
    person("Fansen", "Kong", role = "aut"),
    person("Brian", "Lang", role = "aut"),
    person("Nan", "Xiao", role = "ctb"),
    person("Madhusudhan", "Ginnaram", role = "ctb"),
    person("Ruchitbhai", "Patel", role = "ctb"),
    person("Huei-Ling", "Chen", role = "ctb"),
    person("Peikun", "Wu", role = "ctb"),
    person("Uday Preetham", "Palukuru", role = "ctb"),
    person("Daniel", "Woodie", role = "ctb"),
    person("Sarad", "Nepal", role = "ctb"),
    person("Jane", "Liao", role = "ctb"),
    person("Benjamin", "Wang", role = "ctb"),
    person("Jeff", "Cheng", role = "ctb"),
    person("Yirong", "Cao", role = "ctb"),
    person("Amin", "Shirazi", role = "ctb"),
    person("Merck Sharp & Dohme Corp", role = "cph")
    )
Description: Create production-ready Rich Text Format (RTF) table and figure
    with flexible format.
License: GPL-3
URL: https://merck.github.io/r2rtf/, https://github.com/Merck/r2rtf
BugReports: https://github.com/Merck/r2rtf/issues
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
Depends: R (>= 3.5.0)
Imports:
    grDevices,
    tools
Suggests:
    covr,
    dplyr,
    emmeans,
    ggplot2,
    knitr,
    officer,
    xml2,
    rmarkdown,
    stringi,
    testthat,
    tidyr,
    magrittr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
