-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
43 lines (42 loc) · 905 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
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
export(analyze_game)
export(analyze_position)
export(browse_eco_opening)
export(browse_opening)
export(extract_moves)
export(lan2san)
export(n_moves)
export(player_profile)
export(plot_tree_eco)
export(plot_tree_move)
export(read.pgn)
export(read.pgn.db)
export(read.pgn.ff)
export(san2lan)
export(stat_moves)
export(tree_eco)
export(tree_move)
export(uci_cmd)
export(uci_debug)
export(uci_engine)
export(uci_go)
export(uci_isready)
export(uci_parse)
export(uci_ponderhit)
export(uci_position)
export(uci_quit)
export(uci_read)
export(uci_register)
export(uci_setoption)
export(uci_stop)
export(uci_uci)
export(uci_ucinewgame)
export(write.pgn)
importFrom(graphics,barplot)
importFrom(graphics,lines)
importFrom(graphics,text)
importFrom(processx,process)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(utils,head)
importFrom(utils,tail)