-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
S3method(calculate,skksph_paistr)
S3method(format,skksph_paistr)
S3method(plot,skksph_paistr)
S3method(tidy,skksph_paistr)
S3method(vec_cast,character.skksph_paistr)
S3method(vec_cast,skksph_paistr.character)
S3method(vec_cast,skksph_paistr.skksph_paistr)
S3method(vec_ptype2,character.skksph_paistr)
S3method(vec_ptype2,skksph_paistr.skksph_paistr)
S3method(vec_ptype_abbr,skksph_paistr)
export(calc_defen)
export(calc_xiangting)
export(calculate)
export(collect_tingpai)
export(default_rule)
export(hand2img)
export(int2tile)
export(is_fulou)
export(is_lizhi)
export(is_paistr)
export(is_suit)
export(is_suzhi)
export(is_tsumogiri)
export(is_valid_tile)
export(is_yaojiu)
export(is_zhongzhang)
export(lineup)
export(lipai)
export(mjai_conv)
export(mjai_target)
export(modify_rule)
export(paistr)
export(parse_hupai)
export(proceed)
export(rand_hands)
export(rand_qipai)
export(tidy)
export(tile2rank)
export(tile2suit)
export(trans_tile)
import(vctrs)
importFrom(Rcpp,sourceCpp)
importFrom(generics,calculate)
importFrom(generics,tidy)
importFrom(grDevices,as.raster)
importFrom(methods,setOldClass)
importFrom(purrr,partial)
importFrom(tibble,tibble)
importFrom(utils,globalVariables)
useDynLib(shikakusphere, .registration = TRUE)