Package: ari
Type: Package
Title: Automated R Instructor
Version: 0.3.2
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.4), tuneR, webshot, purrr, rmarkdown,
        xml2, rvest, tools, progress, hms
Suggests: testthat, grDevices, xaringan, aws.signature, aws.polly
License: MIT + file LICENSE
URL: http://github.com/seankross/ari
BugReports: http://github.com/seankross/ari/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-08-19 19:31:24 UTC; sean
Author: Sean Kross [aut, cre],
  John Muschelli [ctb]
Maintainer: Sean Kross <sean@seankross.com>
Repository: CRAN
Date/Publication: 2019-08-19 19:50:02 UTC
