forked from Crunch-io/crunchy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 843 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
Package: crunchy
Type: Package
Title: Shiny Apps on Crunch
Description: To facilitate building custom dashboards on the Crunch data
platform <http://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.
Version: 0.2.0
Date: 2017-05-04
Authors@R: c(person("Neal", "Richardson", role = c("aut", "cre"),
email = "[email protected]"))
Author: Neal Richardson [aut, cre]
Maintainer: Neal Richardson <[email protected]>
URL: https://github.com/Crunch-io/crunchy
BugReports: https://github.com/Crunch-io/crunchy/issues
License: LGPL (>= 3)
Depends:
R (>= 3.0.0),
crunch,
shiny
Suggests:
covr,
testthat
RoxygenNote: 6.0.1