-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
27 lines (27 loc) · 885 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
Package: shinyfullscreen
Title: Display 'HTML' Elements on Full Screen in 'Shiny' Apps
Version: 1.1.0.9000
Authors@R:
person(given = "Etienne",
family = "Bacher",
role = c("aut", "cre", "cph"),
email = "[email protected]")
Description: In 'Shiny' apps, it is sometimes useful to see a plot or a
table in full screen. Using 'Shinyfullscreen', you can easily designate
the 'HTML' elements that can be displayed on fullscreen and use buttons to
trigger the fullscreen view.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3.9000
Config/testthat/edition: 3
Imports:
shiny,
jsonlite
URL: https://github.com/etiennebacher/shinyfullscreen
BugReports: https://github.com/etiennebacher/shinyfullscreen/issues
Suggests:
testthat,
spelling
Language: en-US