-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
22 lines (22 loc) · 942 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: rintrojs
Type: Package
Title: Wrapper for the 'Intro.js' Library
Version: 0.3.4
Authors@R: c(
person("Carl", "Ganz", email = "[email protected]", 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: <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.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