Package: rintrojs
Type: Package
Title: Wrapper for the 'Intro.js' Library
Version: 0.3.4
Authors@R: c(
person("Carl", "Ganz", email = "carlganz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2973-3545")),
person("Afshin", "Mehrabani", role = c("ctb","cph"), comment = "intro.js in javascript/introjs")
)
Description: A wrapper for the 'Intro.js' library (For more info:
). 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.3
URL: https://github.com/carlganz/rintrojs, http://rintrojs.carlganz.com
BugReports: https://github.com/carlganz/rintrojs/issues
Suggests: testthat, covr
Roxygen: list(markdown = TRUE)
Config/potools/style: base
Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev
Repository: https://carlganz.r-universe.dev
Date/Publication: 2024-01-11 18:50:37 UTC
RemoteUrl: https://github.com/carlganz/rintrojs
RemoteRef: HEAD
RemoteSha: ea37b7ff2f66ca5a710ab4f903b74873b0af850f
NeedsCompilation: no
Packaged: 2026-06-18 10:21:13 UTC; root
Author: Carl Ganz [aut, cre] (ORCID: ),
Afshin Mehrabani [ctb, cph] (intro.js in javascript/introjs)
Maintainer: Carl Ganz