-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
81 lines (80 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export(add_spaces)
export(advantage_plot)
export(algebraic_to_coordinates)
export(autoplay_game)
export(autoplay_match)
export(bishop_can_move)
export(board_to_fen)
export(board_to_int)
export(can_bishop_move)
export(can_king_move)
export(can_knight_move)
export(can_pawn_move)
export(can_queen_move)
export(can_rook_move)
export(clean_movetext)
export(convert_scores)
export(convert_to_lan)
export(count_halfmoves)
export(count_moves)
export(count_nodes)
export(count_ply)
export(count_positions)
export(cram_gamelog)
export(cram_pgnlog)
export(cram_positionlog)
export(evaluate_game)
export(evaluate_pgn)
export(evaluate_position)
export(fen_to_board)
export(game_summary_plot)
export(get_acpl)
export(get_clocks)
export(get_coercion)
export(get_cpu_name)
export(get_engine_match)
export(get_evals)
export(get_imb)
export(get_increments)
export(get_legal_moves)
export(get_move_times)
export(get_moves)
export(get_pgn)
export(get_points)
export(get_position)
export(get_positions)
export(get_result)
export(harmonize_columns)
export(is_check)
export(is_check_cpp)
export(is_checkmate)
export(is_insufficient)
export(is_repetition)
export(is_san)
export(is_stalemate)
export(is_ucilan)
export(king_can_move)
export(knight_can_move)
export(lan_to_boards)
export(lan_to_coordinates)
export(lan_to_fen)
export(make_table)
export(move_exposes_king)
export(parse_engine_line_cpp)
export(parse_gamelog)
export(parse_pgnlog)
export(print_board)
export(queen_can_move)
export(regan_antiderivative)
export(rook_can_move)
export(save_pgn)
export(scale_move_times)
export(tabulate_gamelog)
export(tabulate_pgnlog)
export(tabulate_positionlog)
export(time_plot)
export(update_board)
importFrom(Rcpp,sourceCpp)
importFrom(rlang,.data)
useDynLib(rbitr)