File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import(lattice)
66import(latticeExtra)
77import(network)
88import(shiny)
9+ importFrom(DT,renderDT)
910importFrom(RColorBrewer,brewer.pal)
1011importFrom(sna,betweenness)
1112importFrom(sna,centralization)
Original file line number Diff line number Diff line change 1818run_sw <- function () {
1919 shiny :: runApp(system.file(" shiny/statnetWeb" , package = " statnetWeb" ))
2020}
21-
22- tame_rcmd_check <- function () {
23- # Let R CMD check find a instance of using DT. The shiny app code is in
24- # `inst` so invisible to the check.
25- DT :: DTOutput()
26- stop(" don't call `tame_rcmd_check()`" )
27- NULL
28- }
Original file line number Diff line number Diff line change 1717# ' @import network
1818# ' @import lattice
1919# ' @import latticeExtra
20+ # ' @importFrom DT renderDT
2021# ' @importFrom sna betweenness
2122# ' @importFrom sna centralization
2223# ' @importFrom sna closeness
You can’t perform that action at this time.
0 commit comments