-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(add_roxygen_addin)
export(addin_run_scrape_pkgs)
export(addin_run_select_pkgs)
export(chat)
export(chat_with_context)
export(chat_with_retrieval)
export(collect_dataframes)
export(copilot_addin)
export(crawl)
export(create_index_from_audio)
export(create_index_from_pdf)
export(create_transcript)
export(delete_history)
export(delete_index)
export(document_data)
export(extract_code_chunks)
export(get_selection)
export(get_transformer_model)
export(ghost_chat)
export(ghost_writer)
export(gpt_sitrep)
export(gpttools_index_all_scraped_data)
export(ingest_pdf)
export(insert_text)
export(install_sentence_transformers)
export(launch_settings)
export(list_index)
export(load_index)
export(prep_data_prompt)
export(read_history)
export(remove_lines_and_spaces)
export(run_document_data)
export(run_extracted_code)
export(run_select_pkgs_app)
export(save_user_config)
export(scrape_pkg_sites)
export(scrape_url)
export(script_to_function_addin)
export(set_user_config)
export(suggest_unit_test_addin)
export(transcribe_audio)
import(cli)
import(httr2)
import(rlang)
importFrom(glue,glue)
importFrom(graphics,text)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,old.packages)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)