Skip to content

Commit

Permalink
removed deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Apr 3, 2024
1 parent d17c22c commit 7b9ebe0
Show file tree
Hide file tree
Showing 23 changed files with 80 additions and 2,239 deletions.
19 changes: 2 additions & 17 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,16 @@

export(bs_theme_esquisse)
export(build_aes)
export(chooseDataServer)
export(chooseDataUI)
export(coerceServer)
export(coerceUI)
export(colorPicker)
export(downloads_labels)
export(dragulaInput)
export(dropInput)
export(esquisseContainer)
export(esquisse_container)
export(esquisse_header)
export(esquisse_server)
export(esquisse_ui)
export(esquisser)
export(esquisserServer)
export(esquisserUI)
export(filterDF)
export(filterDF_UI)
export(ggcall)
export(ggplot_output)
export(ggplot_to_ppt)
Expand All @@ -27,7 +21,6 @@ export(palettePicker)
export(ph)
export(potential_geoms)
export(render_ggplot)
export(run_module)
export(safe_ggplot)
export(save_ggplot_modal)
export(save_ggplot_server)
Expand Down Expand Up @@ -148,14 +141,12 @@ importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,downloadLink)
importFrom(shiny,exprToFunction)
importFrom(shiny,fileInput)
importFrom(shiny,fillCol)
importFrom(shiny,fillPage)
importFrom(shiny,fillRow)
importFrom(shiny,fluidRow)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(shiny,icon)
importFrom(shiny,insertUI)
importFrom(shiny,is.reactive)
importFrom(shiny,is.reactivevalues)
importFrom(shiny,isTruthy)
Expand All @@ -172,24 +163,19 @@ importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,registerInputHandler)
importFrom(shiny,removeUI)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,restoreInput)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyAppDir)
importFrom(shiny,showModal)
importFrom(shiny,showNotification)
importFrom(shiny,sliderInput)
importFrom(shiny,splitLayout)
importFrom(shiny,stopApp)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,uiOutput)
importFrom(shiny,updateActionButton)
importFrom(shiny,updateSliderInput)
importFrom(shiny,updateTextInput)
importFrom(shinyWidgets,alert)
Expand All @@ -200,7 +186,6 @@ importFrom(shinyWidgets,hideDropMenu)
importFrom(shinyWidgets,numericInputIcon)
importFrom(shinyWidgets,numericRangeInput)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,prettyCheckboxGroup)
importFrom(shinyWidgets,prettyRadioButtons)
importFrom(shinyWidgets,prettySwitch)
Expand Down
Loading

0 comments on commit 7b9ebe0

Please sign in to comment.