Package: rintrojs
Type: Package
Title: Wrapper for the 'Intro.js' Library
Version: 0.3.2
Authors@R: c(
  person("Carl", "Ganz", email = "carlganz@gmail.com", role = c("aut", "cre")),
  person("Afshin", "Mehrabani", role = c("ctb","cph"), comment = "intro.js in javascript/introjs")
  )
Description: A wrapper for the 'Intro.js' library (For more info: <https://introjs.com/>). 
  This package makes it easy to include step-by-step introductions, and clickable hints in a 'Shiny' 
  application. It supports both static introductions in the UI, and programmatic introductions from 
  the server-side. 
License: AGPL-3
Imports: shiny, jsonlite
Depends: R (>= 3.0.0)
RoxygenNote: 7.2.0
URL: https://github.com/carlganz/rintrojs
BugReports: https://github.com/carlganz/rintrojs/issues
Suggests: testthat, covr
NeedsCompilation: no
Packaged: 2022-08-09 21:43:08 UTC; carlganz
Author: Carl Ganz [aut, cre],
  Afshin Mehrabani [ctb, cph] (intro.js in javascript/introjs)
Maintainer: Carl Ganz <carlganz@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-09 22:20:05 UTC
