Package: ari
Type: Package
Title: Automated R Instructor
Version: 0.3.5
Authors@R: c(
    person("Sean", "Kross", email = "sean@seankross.com", role = c("aut", "cre")),
    person("John", "Muschelli", role = "ctb")
    )
Description: Create videos from 'R Markdown' documents, or images and audio
    files. These images can come from image files or HTML slides, and the audio
    files can be provided by the user or computer voice narration can be created
    using 'Amazon Polly'. The purpose of this package is to allow users to create
    accessible, translatable, and reproducible lecture videos. See
    <https://aws.amazon.com/polly/> for more information.
SystemRequirements: ffmpeg (>= 3.2.4)
Depends: R (>= 3.1.0)
Imports: text2speech (>= 0.2.8), tuneR, webshot, purrr, rmarkdown,
        xml2, rvest, tools, progress, hms
Suggests: testthat, grDevices, xaringan, knitr
License: MIT + file LICENSE
URL: http://github.com/seankross/ari
BugReports: http://github.com/seankross/ari/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-02-08 05:58:11 UTC; sean
Author: Sean Kross [aut, cre],
  John Muschelli [ctb]
Maintainer: Sean Kross <sean@seankross.com>
Repository: CRAN
Date/Publication: 2020-02-08 19:10:13 UTC
Built: R 4.2.0; ; 2022-03-23 00:03:04 UTC; unix
