File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,12 +25,7 @@ Imports:
2525 jsonlite,
2626 DT,
2727 readtext,
28- magrittr,
29- tools,
30- utils,
31- stats,
32- grDevices,
33- graphics
28+ magrittr
3429Suggests:
3530 testthat (>= 3.0.0),
3631 knitr,
Original file line number Diff line number Diff line change @@ -4660,7 +4660,6 @@ get_code_names <- function(node) {
46604660# '
46614661# ' @return Invisible NULL, called for side effect of saving project state
46624662# '
4663- # ' @importFrom utils saveRDS
46644663# ' @importFrom tools file_path_sans_ext
46654664# '
46664665# ' @keywords internal
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ if(getRversion() >= "2.15.1") {
2222# ' @importFrom utils tail head
2323# ' @importFrom magrittr %>%
2424# ' @importFrom shiny HTML addResourcePath column conditionalPanel div downloadButton downloadHandler
25- # ' @importFrom shiny fluidRow formatStyle h4 helpText hr modalButton observe p renderText span strong
26- # ' @importFrom shiny styleInterval tabsetPanel tagList uiOutput updateSelectInput verbatimTextOutput
25+ # ' @importFrom shiny fluidRow h4 helpText hr modalButton observe p renderText span strong
26+ # ' @importFrom shiny tabsetPanel tagList uiOutput updateSelectInput verbatimTextOutput
27+ # ' @importFrom DT formatStyle styleInterval
2728# ' @importFrom shiny wellPanel withProgress br textOutput radioButtons
28- NULL
29+ NULL
You can’t perform that action at this time.
0 commit comments