-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 848 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 848 Bytes
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
Encoding: UTF-8
Package: ppcli
Type: Package
Title: Plaintext Board Game Visualizations
Version: 0.3.0-3
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: Functions to visualize board games in plaintext.
Provides colorization support for the terminal and HTML.
License: MIT + file LICENSE
URL: https://github.com/piecepackr/ppcli, https://trevorldavis.com/R/ppcli/
BugReports: https://github.com/piecepackr/ppcli/issues
LazyLoad: yes
Depends: R (>= 3.4.0)
Imports:
cli,
rlang,
stringr,
utils,
Suggests:
dplyr,
fansi,
ppdf (>= 0.2.0-13),
testthat,
tibble,
withr
Remotes: piecepackr/ppdf
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3