-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
S3method(plot,chess.pgn.GameNode)
S3method(print,chess.Board)
S3method(print,chess.pgn.GameNode)
S3method(print,chess.pgn.Variations)
export("%>%")
export(back)
export(can_claim_draw)
export(can_claim_fifty_moves)
export(can_claim_threefold_repetition)
export(fen)
export(fish_configure)
export(fish_move)
export(forward)
export(game)
export(gives_check)
export(halfmove_clock)
export(has_castling_rights)
export(has_en_passant)
export(has_insufficient_material)
export(has_kingside_castling_rights)
export(has_queenside_castling_rights)
export(install_chess)
export(is_capture)
export(is_castling)
export(is_check)
export(is_checkmate)
export(is_en_passant)
export(is_fivefold_repetition)
export(is_game_over)
export(is_insufficient_material)
export(is_irreversible)
export(is_kingside_castling)
export(is_queenside_castling)
export(is_repetition)
export(is_seventyfive_moves)
export(is_stalemate)
export(is_zeroing)
export(move)
export(move_number)
export(moves)
export(nag)
export(note)
export(pgn)
export(ply_number)
export(read_game)
export(result)
export(root)
export(turn)
export(variation)
export(variations)
export(write_game)
export(write_svg)
importFrom(magrittr,"%>%")