-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.42 KB
/
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
41
42
43
44
45
46
47
48
Package: asciicast
Title: Create 'Ascii' Screen Casts from R Scripts
Version: 2.3.1.9000
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = c("aut", "cre")),
person("Romain", "Francois", role = "aut"),
person("Mario", "Nebl", role = "aut",
comment = "https://github.com/marionebl/svg-term author"),
person("Marcin", "Kulik", role = "aut",
comment = "https://github.com/asciinema/asciinema-player author"),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Record 'asciicast' screen casts from R scripts. Convert them
to animated SVG images, to be used in 'README' files, or blog posts.
Includes 'asciinema-player' as an 'HTML' widget, and an 'asciicast'
'knitr' engine, to embed 'ascii' screen casts in 'Rmarkdown'
documents.
License: MIT + file LICENSE
URL: https://asciicast.r-lib.org/,
https://github.com/r-lib/asciicast
BugReports: https://github.com/r-lib/asciicast/issues
Imports:
cli (>= 3.3.0.9000),
curl,
jsonlite,
magick (>= 2.2.9002),
processx (>= 3.7.0),
tibble,
utils,
V8,
withr
Suggests:
callr,
covr,
cpp11,
decor,
htmlwidgets,
knitr,
rmarkdown,
rstudioapi,
testthat (>= 3.2.0)
LinkingTo:
processx
Config/Needs/website: r-lib/downlit, tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3