Skip to contents

I recommend to build your own customized TLG templates into downstream R packages.

Please refer to Good Software Engineering Practice for R Packages for how to build an R package.

Recommend adding the following dependencies to your customized downstream package:

Depends:
    autoslider.core (>= 0.2.0),
    R (>= 3.50)
Imports:
    assertthat,
    checkmate,
    cli,
    dplyr,
    flextable (>= 0.9.4),
    forcats,
    formatters (>= 0.5.8),
    ggplot2,
    gridExtra,
    lubridate,
    methods,
    officer (>= 0.3.18),
    rlang,
    rlistings (>= 0.2.9),
    rtables (>= 0.6.9),
    stringr,
    survival,
    tern (>= 0.9.5),
    tibble,
    tidyr,
    yaml
Suggests:
    devtools,
    filters (>= 0.3.1),
    googledrive,
    grid,
    htmltools,
    httr,
    knitr,
    mime,
    nestcolor,
    purrr,
    rice,
    rmarkdown,
    rsvg,
    rvg (>= 0.2.5),
    styler (>= 1.10.2),
    svglite (>= 2.1.2),
    testthat (>= 3.2.0),
    withr