Package: lt Type: Package Title: Lightweight Tables via JSON Specs and JavaScript Version: 0.2.4 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, formatting functions, 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.60) Suggests: htmltools, knitr, litedown, magick, repr, shiny, testit Roxygen: list(markdown = TRUE) Config/lt.js: 1.14.69 Config/roxygen2/version: 8.0.0 Repository: https://yihui.r-universe.dev Date/Publication: 2026-07-11 04:05:19 UTC RemoteUrl: https://github.com/yihui/lt RemoteRef: HEAD RemoteSha: f582454f41992a11dda163b7ee4d824c28d97371 NeedsCompilation: no Packaged: 2026-07-11 04:52:31 UTC; root Author: Yihui Xie [aut, cre, cph] (ORCID: , URL: https://yihui.org) Maintainer: Yihui Xie