-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
42 lines (42 loc) · 956 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
41
42
Package: mentordash
Title: Dashboard for the Data Science Learning Community
Version: 0.4.0
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("cre", "aut")),
person("Tan", "Ho", , "[email protected]", role = "ctb")
)
Description: This is a golem shiny app for the Data Science Learning
Community.
License: MIT + file LICENSE
URL: https://github.com/r4ds/mentordash
BugReports: https://github.com/r4ds/mentordash/issues
Depends:
R (>= 4.1)
Imports:
config,
dplyr,
DT,
golem (>= 0.2.1),
lubridate,
purrr,
rlang,
shiny (>= 1.5.0),
shinydashboard,
shinyslack (>= 0.0.0.9010),
slackcalls,
slackteams (>= 0.4.3),
slackthreads (>= 0.1.0),
stringr,
tibble,
tidyr (>= 1.0.0)
Suggests:
pkgload,
testthat
Remotes:
r4ds/shinyslack,
yonicd/slackcalls,
yonicd/slackteams,
yonicd/slackthreads
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2