-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
114 lines (113 loc) · 2.62 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
112
113
114
# Generated by roxygen2: do not edit by hand
S3method(print,alm)
S3method(print,loglinear)
S3method(print,spectral)
export("%>%")
export(Amaker)
export(Emaker)
export(Mmaker)
export(Pmaker)
export(Smaker)
export(Tmaker)
export(alm)
export(array2tab)
export(bump)
export(cellBound)
export(cellBounds)
export(cell_bound)
export(cell_bounds)
export(condorcet)
export(countFiber)
export(count_fiber)
export(count_tables)
export(cpp_object_initializer)
export(ggvariety)
export(hierarchical)
export(hmat)
export(lawrence)
export(loglinear)
export(lower)
export(lpnorm)
export(mchoose)
export(metropolis)
export(plot_matrix)
export(project_onto)
export(project_onto_perp)
export(project_onto_variety)
export(project_onto_variety_gradient_descent)
export(project_onto_variety_lagrange)
export(project_onto_variety_newton)
export(rawMetropolis)
export(rfiber)
export(rmove)
export(rvnorm)
export(rvotes)
export(spectral)
export(subsets)
export(tab2array)
export(tab2vec)
export(tabFill)
export(tab_fill)
export(teshape)
export(upper)
export(vec2tab)
import(Rcpp)
import(bertini)
import(latte)
import(m2r)
import(mpoly)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,qplot)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(latte,plot_matrix)
importFrom(latte,tab2vec)
importFrom(latte,vec2tab)
importFrom(lpSolve,lp)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(purrr,cross)
importFrom(purrr,cross_df)
importFrom(purrr,map)
importFrom(purrr,set_names)
importFrom(reshape2,melt)
importFrom(stats,deriv)
importFrom(stats,dmultinom)
importFrom(stats,loglin)
importFrom(stats,model.matrix)
importFrom(stats,optim)
importFrom(stats,optimize)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,xtabs)
importFrom(stringr,"str_sub<-")
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_dup)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(utils,combn)
importFrom(utils,download.file)
useDynLib(algstat)