-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.35 KB
/
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
34
35
36
37
38
39
40
41
Package: crunchy
Type: Package
Title: Shiny Apps on Crunch
Description: To facilitate building custom dashboards on the Crunch data
platform <https://crunch.io/>, the 'crunchy' package provides tools for
working with 'shiny'. These tools include utilities to manage authentication
and authorization automatically and custom stylesheets to help match the
look and feel of the Crunch web application. The package also includes
several gadgets for use in 'RStudio'.
Version: 0.3.4
Authors@R: c(
person("Greg", "Freedman Ellis", role=c("aut", "cre"), email="[email protected]"),
person("Neal", "Richardson", role="aut", email="[email protected]"),
person("Jonathan", "Keane", role="aut", email="[email protected]"),
person("Gordon", "Shotwell", role="aut", email="[email protected]"),
person("Mike", "Malecki", role="aut", email="[email protected]"))
URL: https://crunch.io/r/crunchy/, https://github.com/Crunch-io/crunchy
BugReports: https://github.com/Crunch-io/crunchy/issues
License: LGPL (>= 3)
Depends:
R (>= 3.0.0),
crunch,
shiny
Imports:
httpcache,
miniUI,
rstudioapi (>= 0.4)
Suggests:
covr,
htmltools,
httptest (>= 3.0.0),
knitr,
rmarkdown,
shinytest,
spelling,
testthat,
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Language: en-US