-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1017 Bytes
/
DESCRIPTION
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
Package: rbitr
Title: Arbiter: One who ensures adherence to the rules and laws of chess
Version: 0.0.0.9000
Authors@R:
person(given = "First",
family = "Last",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: rbitr is a suite of tools for calculating chess game metrics used
by some game arbiters to look for signs of the clandestine use of chess
engines. The author makes NO claim that any metric obtained using rbitr can
either confirm or refute the use of cheating in any game.
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo: Rcpp
Imports:
glue,
grid,
patchwork,
stringr,
bigchess,
dplyr,
assertthat,
tibble,
ggplot2,
png,
grDevices,
rlang,
ggfittext,
Rcpp
VignetteBuilder: knitr