Package: formattable Title: Create 'Formattable' Data Structures Version: 0.2.1.9000 Date: 2021-01-05 Authors@R: c(person(given = "Kun", family = "Ren", role = c("aut", "cre"), email = "ken@renkun.me"), person(given = "Kenton", family = "Russell", role = "aut", email = "kent.russell@timelyportfolio.com")) Description: Provides functions to create formattable vectors and data frames. 'Formattable' vectors are printed with text formatting, and formattable data frames are printed with multiple types of formatting in HTML to improve the readability of data presented in tabular form rendered in web pages. License: MIT + file LICENSE URL: https://renkun-ken.github.io/formattable/, https://github.com/renkun-ken/formattable BugReports: https://github.com/renkun-ken/formattable/issues Depends: R (>= 3.0.3) Imports: lifecycle (>= 1.0.5), methods Suggests: covr, DT, htmltools, htmlwidgets, knitr, rmarkdown, shiny, testthat (>= 3.0.0), withr VignetteBuilder: knitr ByteCompile: TRUE Encoding: UTF-8 Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Repository: https://renkun-ken.r-universe.dev Date/Publication: 2026-07-01 01:57:44 UTC RemoteUrl: https://github.com/renkun-ken/formattable RemoteRef: HEAD RemoteSha: bc2df7c6f3bbd8e502bb426f41f89613632d7e16 NeedsCompilation: no Packaged: 2026-07-01 06:28:36 UTC; root Author: Kun Ren [aut, cre], Kenton Russell [aut] Maintainer: Kun Ren