-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
25 lines (25 loc) · 857 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: ShinyTester
Type: Package
Title: Functions to Minimize Bonehead Moves While Working with 'shiny'
Version: 0.1.6
Author: Amit Kohli, Joshua Kunst
Maintainer: Amit Kohli <amit@amitkohli.com>
BugReports: https://github.com/mexindian/ShinyTester/issues
Description: It's my experience that working with 'shiny' is intuitive once you're
into it, but can be quite daunting at first. Several common mistakes are fairly
predictable, and therefore we can control for these. The functions in this
package help match up the assets listed in the UI and the SERVER files,
Visualize the ad hoc structure of the 'shiny' App, and run all the reactives.
License: GPL-2
URL: https://github.com/mexindian/ShinyTester
Imports:
dplyr,
purrr,
readr,
stringr,
tidyr,
visNetwork,
networkD3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1