-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
96 lines (95 loc) · 2.72 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Generated by roxygen2: do not edit by hand
export(batchLLM)
export(batchLLM_shiny)
export(claudeR)
export(get_batches)
export(scrape_metadata)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(digest,digest)
importFrom(dplyr,ends_with)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(gemini.R,gemini_chat)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,write_json)
importFrom(openai,create_chat_completion)
importFrom(readr,read_csv)
importFrom(readxl,read_excel)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,sym)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,conditionalPanel)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h1)
importFrom(shiny,hr)
importFrom(shiny,icon)
importFrom(shiny,img)
importFrom(shiny,mainPanel)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,outputOptions)
importFrom(shiny,p)
importFrom(shiny,paneViewer)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,showNotification)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,span)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,textAreaInput)
importFrom(shiny,textInput)
importFrom(shiny,titlePanel)
importFrom(shiny,uiOutput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateTextInput)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,radioGroupButtons)
importFrom(shinyWidgets,updatePickerInput)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(shinyjs,hidden)
importFrom(shinyjs,hide)
importFrom(shinyjs,show)
importFrom(shinyjs,toggle)
importFrom(shinyjs,useShinyjs)
importFrom(spsComps,bsTooltip)
importFrom(spsComps,shinyCatch)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)