Package: repfun Title: Create Tables, Listings and Figures using Functions Styled after SAS™ Macros Version: 0.1.2 Authors@R: c(person("Chris", "Rook", , "cr883296@gmail.com", role = c("aut", "cre")), person("Yongwei", "Wang", , "yongwei.x.wang@viivhealthcare.com", role = c("aut")), person("GlaxoSmithKline Research & Development Limited", role = c("cph", "fnd"))) Description: Mimic the style of traditional reporting macros for clinical trials. The purpose is to generate tables, listings and figures that support clinical research. This package is well suited for firms or individuals who wish to incorporate R without changing their ways of working as it follows a traditional clinical research workflow. Invoke functions (instead of macros) to summarize data and produce formatted reports. This package differs from others in that it includes tools (wrappers) for both analyzing and reporting data. License: Apache License (== 2.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: arrow, data.table, glue, jsonlite, rlang, xportr, Hmisc, r2rtf, haven, dplyr, tidyr, magrittr, stringr Depends: R (>= 3.5) Suggests: knitr, rmarkdown, testthat (>= 3.0.0), rprojroot, DT, kableExtra, admiral, tibble, lubridate, ggplot2 (>= 3.5.0), devtools, spelling Config/testthat/edition: 3 VignetteBuilder: knitr LazyData: true URL: https://gsk-biostatistics.github.io/repfun/, https://github.com/GSK-Biostatistics/repfun Language: en-US BugReports: https://github.com/GSK-Biostatistics/repfun/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://gsk-biostatistics.r-universe.dev Date/Publication: 2026-02-11 19:19:35 UTC RemoteUrl: https://github.com/gsk-biostatistics/repfun RemoteRef: HEAD RemoteSha: f95a24012c0d3b8460751616d6cda5f7c7b423d2 NeedsCompilation: no Packaged: 2026-06-11 07:53:38 UTC; root Author: Chris Rook [aut, cre], Yongwei Wang [aut], GlaxoSmithKline Research & Development Limited [cph, fnd] Maintainer: Chris Rook