Package: asciicast
Title: Create 'Ascii' Screen Casts from R Scripts
Version: 2.2.1
Authors@R: c(
    person(given = "Gábor",
           family = "Csárdi",
           role = c("aut", "cre"),
           email = "csardi.gabor@gmail.com"),
    person(given = "Romain",
           family = "Francois",
           role = "aut"),
    person(given = "Mario",
           family = "Nebl",
           role = "aut",
           comment = "https://github.com/marionebl/svg-term author"),
    person(given = "Marcin",
           family = "Kulik",
           role = "aut",
           comment = "https://github.com/asciinema/asciinema-player author"))
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
Imports: cli (>= 3.3.0.9000), curl, jsonlite, magick (>= 2.2.9002),
        processx (>= 3.7.0), tibble, utils, V8, withr
LinkingTo: processx
Suggests: callr, covr, cpp11, decor, htmlwidgets, knitr, mockery,
        rmarkdown, rstudioapi, testthat (>= 3.0.0)
Config/Needs/website: r-lib/downlit, tidyverse/tidytemplate
Encoding: UTF-8
RoxygenNote: 7.2.1.9000
URL: https://github.com/r-lib/asciicast,
        https://r-lib.github.io/asciicast/
BugReports: https://github.com/r-lib/asciicast/issues
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2022-11-21 12:15:20 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Romain Francois [aut],
  Mario Nebl [aut] (https://github.com/marionebl/svg-term author),
  Marcin Kulik [aut] (https://github.com/asciinema/asciinema-player
    author)
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-21 12:50:02 UTC
