-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
38 lines (37 loc) · 984 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,rag)
S3method(summary,rag)
export(delete_transformer)
export(dlo_dynamics)
export(emoxicon_scores)
export(image_scores)
export(nlp_scores)
export(plot_sim_emotions)
export(punctuate)
export(rag)
export(sentence_similarity)
export(setup_gpu_modules)
export(setup_miniconda)
export(simulate_video)
export(transformer_scores)
export(video_scores)
import(reticulate)
importFrom(Matrix,bdiag)
importFrom(dplyr,left_join)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(methods,is)
importFrom(reticulate,py)
importFrom(reticulate,source_python)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,install.packages)
importFrom(utils,installed.packages)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)