-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
33 lines (33 loc) · 919 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: cicerone
Title: Provide Tours of 'Shiny' Applications
Version: 1.0.5.9000
Date: 2021-01-10
Authors@R:
c(
person(given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6637-4107")),
person(given = "Etienne",
family = "Bacher",
role = "ctb",
email = "[email protected]"),
person(given = "Stephen",
family = "Holsenbeck",
role = "ctb",
email = "[email protected]")
)
Description: Provide step by step guided tours of 'Shiny' applications.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
R6,
shiny,
htmltools,
assertthat
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://cicerone.john-coene.com/
BugReports: https://github.com/JohnCoene/cicerone/issues