Package: cheetahR Title: High Performance Tables Using 'Cheetah Grid' Version: 0.4.0 License: GPL (>= 3) Authors@R: c( person("Olajoke", "Oladipo", , "olajoke@cynkra.com", role = c("aut", "cre")), person(given = "David", family = "Granjon", role = c("aut"), email = "david@cynkra.com"), person("cynkra GmbH", email = "mail@cynkra.com", role = "fnd") ) Description: An R interface to 'Cheetah Grid', a high-performance JavaScript table widget. 'cheetahR' allows users to render millions of rows in just a few milliseconds, making it an excellent alternative to other R table widgets. The package wraps the 'Cheetah Grid' JavaScript functions and makes them readily available for R users. The underlying grid implementation is based on 'Cheetah Grid' . Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: htmlwidgets, jsonlite, tibble Suggests: testthat (>= 3.0.0), utils, shiny, quarto, knitr, dplyr, palmerpenguins Config/testthat/edition: 3 VignetteBuilder: quarto Config/pak/sysreqs: cmake make libuv1-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2026-06-11 16:03:50 UTC RemoteUrl: https://github.com/cynkra/cheetahR RemoteRef: HEAD RemoteSha: 556464581b09fa4bb96fec2649d9c4dc535dbf7a NeedsCompilation: no Packaged: 2026-06-21 06:11:25 UTC; root Author: Olajoke Oladipo [aut, cre], David Granjon [aut], cynkra GmbH [fnd] Maintainer: Olajoke Oladipo