-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 767 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 767 Bytes
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
35
Package: aggrid
Title: Html widget interface the ag-grid library
Version: 0.1.0.9000
Authors@R:
person(" ","Liripo",,"liripo@qq.com",role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-6069-1375"))
Description: Html widgets table.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
cli,
dplyr,
glue,
htmltools,
htmlwidgets,
jsonlite,
purrr,
rlang (>= 0.4.11),
tibble,
tidyselect,
utils
Suggests:
knitr,
rmarkdown,
roxygen2,
scales,
shinytest2
Depends:
R (>= 4.1.0)
VignetteBuilder: knitr
URL: https://liripo.github.io/aggrid/,https://github.com/Liripo/aggrid
BugReports: https://github.com/Liripo/aggrid/issues
LazyData: true