-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 871 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 871 Bytes
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
Package: shinypanels
Type: Package
Title: Shiny Layout with Collapsible Panels
Version: 0.5.1
Date: 2020-01-19
Authors@R:
person(given = "Juan Pablo",
family = "Marin Diaz",
role = c("aut", "cre"),
email = "jpmarindiaz@gmail.com")
Maintainer: Juan Pablo Marin Diaz <jpmarindiaz@gmail.com>
Description: Create 'Shiny Apps' with collapsible vertical panels.
This package provides a new visual arrangement for elements on top of 'Shiny'.
Use the expand and collapse capabilities to leverage web applications with
many elements to focus the user attention on the panel of interest.
URL: http://github.com/datasketch/shinypanels
Depends:
R (>= 3.1.2)
Imports:
htmltools,
glue,
shiny,
shinyjs
Suggests:
rlang,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1