-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
47 lines (47 loc) · 1.2 KB
/
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
43
44
45
46
47
Package: bookclubber
Title: Schedule DSLC Book Clubs
Version: 0.3.1.9000
Authors@R: c(
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346")),
person("Priyanka", "Gagneja", , "[email protected]", role = "aut")
)
Description: The Data Science Learning Community hosts a number of book
clubs in which learners read data science books together, generally
with one learner leading the discussion each week. This package
provides a shiny app to help run these clubs.
License: MIT + file LICENSE
URL: https://github.com/r4ds/bookclubber
BugReports: https://github.com/r4ds/bookclubber/issues
Depends:
R (>= 4.1)
Imports:
base64enc,
bookclubdata (>= 0.0.5),
config (>= 0.3.1),
dplyr,
golem (>= 0.3.1),
googledrive,
googlesheets4,
htmltools,
jsonlite,
lubridate,
rhandsontable,
rlang (>= 0.4.11),
shiny,
shinyslack (>= 0.0.0.9010),
stringr,
tibble,
tidyr,
tzdb
Suggests:
pkgload,
roxygen2,
shinytest2,
testthat (>= 3.0.0)
Remotes:
r4ds/bookclubdata,
r4ds/shinyslack
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1