-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.06 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
48
49
50
Package: bookclubcron
Title: Automated Tasks for DSLC Book Clubs
Version: 0.1.0
Authors@R:
person("Jon", "Harmon", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4781-4346"))
Description: Several tasks need to run multiple times per day to keep book
clubs running.
License: MIT + file LICENSE
URL: https://github.com/r4ds/bookclubcron,
https://r4ds.github.io/bookclubcron/
BugReports: https://github.com/r4ds/bookclubcron/issues
Imports:
cli,
dplyr,
fastmatch,
fs,
glue,
googlesheets4,
httr2,
keyring,
lubridate,
memoise,
purrr,
rappdirs,
rlang,
slackcalls,
slackposts,
slackteams,
slackthreads,
stringr,
tibble,
tidyselect,
withr,
youtubeR,
zoomer
Suggests:
covr,
testthat (>= 3.0.0)
Remotes:
jonthegeek/zoomer,
kevin-m-kent/youtubeR,
yonicd/slackcalls,
yonicd/slackposts,
yonicd/slackteams,
yonicd/slackthreads
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1