-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·111 lines (110 loc) · 2.95 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Generated by roxygen2: do not edit by hand
S3method(plot,CoCA)
S3method(print,CoCA)
export(CMDist)
export(CoCA)
export(Matrix)
export(cmdist)
export(coca)
export(doc_centrality)
export(doc_similarity)
export(dtm_builder)
export(dtm_melter)
export(dtm_resampler)
export(dtm_stats)
export(dtm_stopper)
export(find_projection)
export(find_rejection)
export(find_transformation)
export(get_anchors)
export(get_centroid)
export(get_direction)
export(get_regions)
export(get_stoplist)
export(perm_tester)
export(rancor_builder)
export(rancors_builder)
export(seq_builder)
export(test_anchors)
export(tiny_gender_tagger)
export(vocab_builder)
import(Matrix)
import(fastmatch)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgTMatrix)
importFrom(ClusterR,KMeans_arma)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,summary)
importFrom(Matrix,tcrossprod)
importFrom(Matrix,update)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,pull)
importFrom(fastmatch,"%fin%")
importFrom(fastmatch,fmatch)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(igraph,E)
importFrom(igraph,betweenness)
importFrom(igraph,cluster_leading_eigen)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,leading.eigenvector.community)
importFrom(kit,funique)
importFrom(methods,as)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(permute,Plots)
importFrom(permute,how)
importFrom(permute,shuffle)
importFrom(qgraph,qgraph)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(rsvd,rsvd)
importFrom(stats,cor)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringi,stri_encode)
importFrom(stringi,stri_pad_left)
importFrom(stringi,stri_split)
importFrom(stringi,stri_trim)
importFrom(text2vec,RWMD)
importFrom(text2vec,sim2)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(utils,capture.output)
importFrom(utils,object.size)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importMethodsFrom(Matrix,"%*%")
importMethodsFrom(Matrix,"[")
importMethodsFrom(Matrix,as.array)
importMethodsFrom(Matrix,as.logical)
importMethodsFrom(Matrix,as.matrix)
importMethodsFrom(Matrix,as.numeric)
importMethodsFrom(Matrix,as.vector)
importMethodsFrom(Matrix,colMeans)
importMethodsFrom(Matrix,colSums)
importMethodsFrom(Matrix,diag)
importMethodsFrom(Matrix,dim)
importMethodsFrom(Matrix,dimnames)
importMethodsFrom(Matrix,head)
importMethodsFrom(Matrix,image)
importMethodsFrom(Matrix,is.na)
importMethodsFrom(Matrix,length)
importMethodsFrom(Matrix,mean)
importMethodsFrom(Matrix,norm)
importMethodsFrom(Matrix,rowMeans)
importMethodsFrom(Matrix,rowSums)
importMethodsFrom(Matrix,t)
importMethodsFrom(Matrix,tail)