-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: cheetahR
Title: High Performance Tables Using 'Cheetah Grid'
Version: 0.1.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'
<https://github.com/future-architect/cheetah-grid>.
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1.0)
Imports:
htmlwidgets,
jsonlite,
tibble
Suggests:
testthat (>= 3.0.0),
utils,
shiny,
quarto,
knitr,
dplyr
Config/testthat/edition: 3
VignetteBuilder: quarto