-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (42 loc) · 1.32 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
Package: rweekly.highlights
Title: Creates the Weekly Highlights Poll Slack Text.
Version: 0.0.0.9001
Authors@R:
c(person(given = "Qin Wenfeng",
role = c("aut", "cre"),
email = "mail@qinwenfeng.com"),
person(given = "Maëlle",
family = "Salmon",
role = "ctb",
email = "maelle.salmon@yahoo.se",
comment = structure("0000-0002-2815-0399", .Names = "ORCID")),
person(given = "Hao",
family = "Zhu",
role = "ctb",
email = "haozhu233@gmail.com"),
person(given = "Jon",
family = "Calder",
role = "ctb"),
person(given = "Eric",
family = "Nantz",
role = "ctb",
email = "theRcast@gmail.com")
)
Description: The app started by `run_app()` lets you pick up up to 10 links from the current R Weekly draft, to be voted upon by R Weekly editors. The app outputs the text to be pasted in the '#highlights' Slack channel.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/rweekly/rweekly-highlights
BugReports: https://github.com/rweekly/rweekly-highlights/issues
RoxygenNote: 6.1.1
Imports:
magrittr,
shinythemes,
stringr,
httr,
clipr,
shiny,
xml2,
commonmark,
fs,
purrr