-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1005 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
Encoding: UTF-8
Package: ppn
Type: Package
Title: Portable Piecepack Notation Parser
Version: 0.2.0-1
Authors@R: c(person("Trevor L.", "Davis", role=c("aut", "cre"),
email="trevor.l.davis@gmail.com",
comment = c(ORCID = "0000-0001-6341-4639")))
Description: Parse "Portable Piecepack Notation" files. This allows you to visualize the moves for over one hundred board games.
License: MIT + file LICENSE
URL: https://github.com/piecepackr/ppn, https://trevorldavis.com/R/ppn/
BugReports: https://github.com/piecepackr/ppn/issues
LazyLoad: yes
Depends: R (>= 3.4.0)
Imports:
affiner,
bracer (>= 1.2),
dplyr,
ppdf (>= 0.1.0-4),
rlang,
snakecase,
stringr,
tibble,
utils,
yaml
Suggests:
argparse,
gifski,
knitr,
piecepackr (>= 1.15.0-1),
ppcli,
shiny,
testthat,
vdiffr
Remotes: piecepackr/piecepackr, piecepackr/ppcli, piecepackr/ppdf
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3