-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.07 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
Package: shinysense
Type: Package
Title: Lets Shiny Sense the World Around
Version: 0.2.0
Author: Nick Strayer
Maintainer: Nick Strayer <nick.strayer@gmail.com>
Description: A collection of modules written for Shiny that allows the easy addition of data collection to shiny apps.
Each sense contains a function that you put in your apps using module calling syntax. Once inside of your shiny app they allow data, such as user swipes or microphone input to be used just as any other data would within shiny.
The functions are written to be as flexible as possible. This is to allow the end user to use their own creativity to create novel interaction or data collection schemes using the basic building blocks of sense.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
jsonlite,
shiny,
htmlwidgets,
png,
base64enc,
d3r,
rlang,
glue,
r2d3,
here,
dplyr,
tidyr,
magrittr,
stringr,
grDevices,
stats
Suggests:
knitr,
rmarkdown,
shinythemes,
ggplot2
VignetteBuilder: knitr