Skip to content

Commit 14c33d9

Browse files
committed
close #1159: move httpuv to Suggests
1 parent def0cae commit 14c33d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: DT
22
Type: Package
33
Title: A Wrapper of the JavaScript Library 'DataTables'
4-
Version: 0.33.2
4+
Version: 0.33.3
55
Authors@R: c(
66
person("Yihui", "Xie", role = "aut"),
77
person("Joe", "Cheng", email = "[email protected]", role = c("aut", "cre")),
@@ -31,7 +31,6 @@ License: GPL-3 | file LICENSE
3131
Imports:
3232
htmltools (>= 0.3.6),
3333
htmlwidgets (>= 1.3),
34-
httpuv,
3534
jsonlite (>= 0.9.16),
3635
magrittr,
3736
crosstalk,
@@ -41,6 +40,7 @@ Suggests:
4140
knitr (>= 1.8),
4241
rmarkdown,
4342
shiny (>= 1.6),
43+
httpuv,
4444
bslib,
4545
future,
4646
testit,

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- Added `lazyRender` parameter to `DT::datatable()`, which gives the option for the table to be rendered immediately rather than waiting for it to become visible (thanks, @Mosk915, #1156).
44

5+
- Moved **httpuv** from `Imports` to `Suggests` in `DESCRIPTION` (thanks, @MichaelChirico, #1159).
6+
57
# CHANGES IN DT VERSION 0.33
68

79
- Added `outputArgs` parameter to `renderDataTable`, to allow width and height to be set when using interactive R Markdown documents.

0 commit comments

Comments
 (0)