Package: lt
Type: Package
Title: Lightweight Tables via JSON Specs and JavaScript
Version: 0.1
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
Config/lt.js: 1.14.57
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-06-25 00:34:31 UTC; yihui
Author: Yihui Xie [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-0645-5666>, URL: https://yihui.org)
Maintainer: Yihui Xie <xie@yihui.name>
Repository: CRAN
Date/Publication: 2026-06-30 19:30:02 UTC
Built: R 4.6.1; ; 2026-06-30 21:41:44 UTC; unix
