Package: basictabler Type: Package Title: Construct Rich Tables for Output to 'HTML'/'Excel' Version: 1.0.4 Authors@R: person("Christopher", "Bailiss", email = "cbailiss@gmail.com", role = c("aut", "cre")) Description: Easily create tables from data frames/matrices. Create/manipulate tables row-by-row, column-by-column or cell-by-cell. Use common formatting/styling to output rich tables as 'HTML', 'HTML widgets' or to 'Excel'. Depends: R (>= 3.3.0) Imports: R6 (>= 2.2.0), dplyr (>= 0.5.0), htmltools(>= 0.3.5), htmlwidgets (>= 0.8) Suggests: jsonlite (>= 1.1), lubridate (>= 1.5.0), listviewer (>= 1.4.0), openxlsx (>= 4.0.17), flextable (>= 0.6.6), officer (>= 0.3.18), shiny, knitr, rmarkdown, testthat License: GPL-3 Encoding: UTF-8 LazyData: true URL: http://www.basictabler.org.uk/, https://github.com/cbailiss/basictabler BugReports: https://github.com/cbailiss/basictabler/issues VignetteBuilder: knitr RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libuv1-dev Repository: https://cbailiss.r-universe.dev Date/Publication: 2025-04-22 07:53:24 UTC RemoteUrl: https://github.com/cbailiss/basictabler RemoteRef: HEAD RemoteSha: e694357f977345f218789a05afef07e6bbe9bf1a NeedsCompilation: no Packaged: 2026-06-20 06:38:47 UTC; root Author: Christopher Bailiss [aut, cre] Maintainer: Christopher Bailiss