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-24 10:28:14 UTC RemoteUrl: https://github.com/renkun-ken/formattable RemoteRef: HEAD RemoteSha: 90ee79cbd9f1699a9f9e3c25a7e20f34f17c694e NeedsCompilation: no Packaged: 2026-07-24 10:46:38 UTC; root Author: Kun Ren [aut, cre], Kenton Russell [aut] Maintainer: Kun Ren