forked from rosawojciech/bigchess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 899 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
Package: bigchess
Type: Package
Title: Read, Write, Manipulate, Explore Chess PGN Files and R API to UCI Chess Engines
Version: 1.9.2
Author: Wojciech Rosa
Maintainer: Wojciech Rosa <[email protected]>
Description: Provides functions for reading *.PGN files with more than one game, including large files without copying it into RAM (using 'ff' package or 'RSQLite' package). Handle chess data and chess aggregated data, count figure moves statistics, create player profile, plot winning chances, browse openings. Set of functions of R API to communicate with UCI-protocol based chess engines.
License: GPL-3
LinkingTo: Rcpp
Imports: processx,
Rcpp
Suggests:
cli,
data.table,
ff,
ffbase,
RSQLite,
rjson,
magrittr,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Depends: R (>= 3.5.0)