Package: xlr Title: Create Table Summaries and Export Neat Tables to 'Excel' Version: 1.1.2.9000 Authors@R: person(given = "Nicholas", family = "Hilderson", role = c("aut", "cre", "cph"), email = "nhilderson.code@gmail.com" ) Description: A high-level interface for creating and exporting summary tables to 'Excel'. Built on 'dplyr' and 'openxlsx', it provides tools for generating one-way to n-way tables, and summarizing multiple response questions and question blocks. Tables are exported with native 'Excel' formatting, including titles, footnotes, and basic styling options. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Collate: as_base_r.R xlr_table.R xlr_to_workbook.R build_multiple_response_table.R build_table.R write_xlsx.R xlr_numeric.R xlr_integer.R xlr_vector.R xlr_percent.R xlr_n_percent.R xlr_format.R openxlsx_utils.R xlr_doc.R error_utils.R create_table_of_contents.R build_question_block_table.R table_utils.R data.R is_xlr_type.R make_wider.R remove_NA.R Suggests: knitr, rmarkdown, testthat (>= 3.0.0), data.table, lubridate, ggplot2 Config/testthat/edition: 3 Imports: rlang, vctrs (>= 0.6.0), haven, openxlsx, methods, cli, dplyr, tibble, pillar, tidyr, tidyselect Depends: R (>= 4.1.0) LazyData: true VignetteBuilder: knitr URL: https://nhilder.github.io/xlr/, https://github.com/NHilder/xlr BugReports: https://github.com/NHilder/xlr/issues Config/pak/sysreqs: make libicu-dev libx11-dev zlib1g-dev Repository: https://nhilder.r-universe.dev Date/Publication: 2026-02-24 05:58:42 UTC RemoteUrl: https://github.com/nhilder/xlr RemoteRef: HEAD RemoteSha: e5badc669344103f69e5834e24fddcadd6c926ca NeedsCompilation: no Packaged: 2026-07-12 05:04:43 UTC; root Author: Nicholas Hilderson [aut, cre, cph] Maintainer: Nicholas Hilderson