1 Star 0 Fork 0

liuxch5/DT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DESCRIPTION 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
Yihui Xie 提交于 2020-08-05 10:45 . start the next version
Package: DT
Type: Package
Title: A Wrapper of the JavaScript Library 'DataTables'
Version: 0.15.1
Authors@R: c(
person("Yihui", "Xie", email = "xie@yihui.name", role = c("aut", "cre")),
person("Joe", "Cheng", role = "aut"),
person("Xianying", "Tan", role = "aut"),
person("JJ", "Allaire", role = "ctb"),
person("Maximilian", "Girlich", role = "ctb"),
person("Greg", "Freedman Ellis", role = "ctb"),
person("Johannes", "Rauh", role = "ctb"),
person("jQuery contributors", role = c("ctb", "cph"), comment = "jQuery in htmlwidgets/lib"),
person("SpryMedia Limited", role = c("ctb", "cph"), comment = "DataTables in htmlwidgets/lib"),
person("Brian", "Reavis", role = c("ctb", "cph"), comment = "selectize.js in htmlwidgets/lib"),
person("Leon", "Gersen", role = c("ctb", "cph"), comment = "noUiSlider in htmlwidgets/lib"),
person("Bartek", "Szopka", role = c("ctb", "cph"), comment = "jquery.highlight.js in htmlwidgets/lib"),
person("RStudio, PBC", role = "cph")
)
Maintainer: Yihui Xie <xie@yihui.name>
Description: Data objects in R can be rendered as HTML tables using the
JavaScript library 'DataTables' (typically via R Markdown or Shiny). The
'DataTables' library has been included in this R package. The package name
'DT' is an abbreviation of 'DataTables'.
URL: https://github.com/rstudio/DT
BugReports: https://github.com/rstudio/DT/issues
License: GPL-3 | file LICENSE
Imports:
htmltools (>= 0.3.6),
htmlwidgets (>= 1.3),
jsonlite (>= 0.9.16),
magrittr,
crosstalk,
promises
Suggests:
knitr (>= 1.8),
rmarkdown,
shiny (>= 1.2.0),
testit
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxch5/DT.git
git@gitee.com:liuxch5/DT.git
liuxch5
DT
DT
master

搜索帮助