-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathNAMESPACE
More file actions
65 lines (64 loc) · 1.85 KB
/
Copy pathNAMESPACE
File metadata and controls
65 lines (64 loc) · 1.85 KB
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
# Generated by roxygen2: do not edit by hand
export(annotate_manuscript)
export(check_cross_references)
export(checkpoint_session)
export(claudeAddin)
export(claude_rstudio_addin)
export(clean_clauder_log)
export(data_annotation_prompt)
export(execute_code_in_session)
export(export_log_as_notebook)
export(export_log_as_script)
export(extract_manuscript_text)
export(finalize_lab_session)
export(generate_codebook)
export(install_clauder)
export(install_cli)
export(lab_mode_prompt)
export(list_session_checkpoints)
export(multi_agent_prompt)
export(r_best_practices_prompt)
export(reconcile_values)
export(referee_prompt)
export(restore_session)
export(reviewer_zero_prompt)
export(validate_assembly_round)
importFrom(base64enc,base64encode)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,dev.copy)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,recordPlot)
importFrom(httpuv,startServer)
importFrom(httpuv,stopServer)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(rstudioapi,navigateToFile)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,conditionalPanel)
importFrom(shiny,invalidateLater)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,paneViewer)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderText)
importFrom(shiny,runGadget)
importFrom(shiny,showNotification)
importFrom(shiny,stopApp)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(shiny,verbatimTextOutput)
importFrom(shiny,wellPanel)
importFrom(utils,modifyList)