-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
40 lines (40 loc) · 917 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: burro
Type: Package
Title: Shiny App Package for setting up a data exploration session ("burro"w into the data)
Version: 0.2.0
Authors@R: as.person(c(
"Ted Laderas <tedladeras@gmail.com> [aut, cre]",
"Jessica Minnier <minnier@ohsu.edu> [ctb]",
"Gabrielle Choonoo <choonoo@ohsu.edu> [ctb]"
))
Maintainer: Ted Laderas <ted.laderas@gmail.com>
Description: Allows the teacher to deploy a simple data exploration app for exploring a dataset (mostly for teaching purposes).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
shinydashboard,
ggplot2,
visdat,
skimr,
naniar,
data.table,
magrittr,
glue,
usethis,
plotly,
here,
viridis,
forcats,
DT,
styler,
shinyjs,
miniUI
Depends:
shiny
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat
URL: http://github.com/laderast/burro