-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
65 lines (64 loc) · 1.36 KB
/
NAMESPACE
File metadata and controls
65 lines (64 loc) · 1.36 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("%>%")
export("%c%")
export(add_roxygen)
export(add_to_chatlog)
export(chat)
export(chat_completion)
export(clean_output)
export(clear_chatlog)
export(contains_r_func)
export(contains_roxygen)
export(count_tokens)
export(created)
export(df_to_csv)
export(edit_code)
export(extract_blocks)
export(extract_blocks_content)
export(extract_entities)
export(extract_r_code)
export(extract_roxygen2)
export(get_chatlog)
export(id)
export(initialize_messages)
export(is_chatlog)
export(is_json)
export(is_python)
export(is_r)
export(is_xml)
export(java_to_r)
export(messages)
export(messages_content)
export(model)
export(nested_to_pipe)
export(object)
export(openai_api_key)
export(parse_response)
export(python_to_r)
export(r_to_python)
export(read_text)
export(read_text_batches)
export(refactor)
export(references_to_bibtex)
export(regenerate)
export(replace_file_extension)
export(set_chatlog)
export(split_text)
export(start_chat)
export(usage)
export(write_code)
export(write_test)
exportClasses(chatlog)
import(methods)
import(reticulate)
import(stringr)
importFrom(R.utils,isUrl)
importFrom(data.table,.N)
importFrom(data.table,data.table)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(magrittr,"%>%")
importFrom(reticulate,py_install)
importFrom(stringi,stri_split_regex)
importFrom(utils,file.edit)
importFrom(xml2,read_xml)