Package: lt Type: Package Title: Lightweight Tables via JSON Specs and JavaScript Version: 0.0.15 Authors@R: person('Yihui', 'Xie', email = 'xie@yihui.name', role = c('aut', 'cre', 'cph'), comment = c(ORCID = '0000-0003-0645-5666', URL = 'https://yihui.org')) Description: A lightweight grammar of tables. Build a table by declaring a JSON spec (titles, spanners, row groups, footnotes, formatters, etc.); a tiny vanilla JavaScript runtime builds the HTML table from the spec on page load. No 'sass', no 'V8', no 'htmlwidgets' — just base R and 'xfun' ('htmltools' is used only for the optional Shiny binding). License: MIT + file LICENSE URL: https://github.com/yihui/lt BugReports: https://github.com/yihui/lt/issues Depends: R (>= 4.1.0) Encoding: UTF-8 Imports: xfun (>= 0.59) Suggests: htmltools, knitr, litedown, repr, shiny, testit Roxygen: list(markdown = TRUE) Config/lt.js: 1.14.57 Config/roxygen2/version: 8.0.0 Repository: https://yihui.r-universe.dev Date/Publication: 2026-06-24 22:49:17 UTC RemoteUrl: https://github.com/yihui/lt RemoteRef: HEAD RemoteSha: f4ed6442a025e3bce5179052f0741d788aea05ed NeedsCompilation: no Packaged: 2026-06-25 00:09:56 UTC; root Author: Yihui Xie [aut, cre, cph] (ORCID: , URL: https://yihui.org) Maintainer: Yihui Xie