Package: ftExtra
Title: Extensions for 'Flextable'
Version: 0.5.0
Date: 2023-01-16
Authors@R: 
  c(person(given = "Atsushi",
           family = "Yasumoto",
           role = c("aut", "cph", "cre"),
           email = "atusy.rpkg@gmail.com",
           comment = c(ORCID = "0000-0002-8335-495X")),
    person(given = "David",
           family = "Gohel",
           role = "ctb"),
    person(given = "Romain",
           family = "François",
           role = "ctb",
           comment = c(ORCID = "0000-0002-2444-4226")),
    person(given = "Tatsuya",
           family = "Shima",
           email = "ts1s1andn@gmail.com",
           role = "ctb"))
Maintainer: Atsushi Yasumoto <atusy.rpkg@gmail.com>
Description: Build display tables easily by extending the functionality of the
    'flextable' package. Features include spanning header, grouping rows,
    parsing markdown and so on.
License: MIT + file LICENSE
URL: https://ftextra.atusy.net, https://github.com/atusy/ftExtra
BugReports: https://github.com/atusy/ftExtra/issues
Imports:
    dplyr (>= 1.0.0),
    jsonlite,
    flextable (>= 0.8.3),
    tidyr,
    purrr,
    magrittr,
    rmarkdown,
    rlang,
    stringr,
    tibble,
    tidyselect (>= 1.1.0),
    xfun,
    yaml,
    vctrs
Suggests: 
    testthat (>= 2.1.0),
    knitr,
    qpdf
VignetteBuilder: 
    knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: pandoc (>= 2.0.6) - http://pandoc.org
