-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1000 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
Package: coronavirusupdate
Title: Provides transcripts for the NDR Coronavirus-Update in tidy format
Version: 0.0.1.9000
Authors@R:
person(given = "Lukas",
family = "Steger",
role = c("aut", "cre"),
email = "[email protected]")
Description: This package includes two parts: all the functions to scrape the transcripts of the podcasts and simply provide the data set as a tidy tibble. Please note that all content is originally from Norddeutscher Rundfunk Anstalt des öffentlichen Rechts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/quickcoffee/coronavirusupdate
BugReports: https://github.com/quickcoffee/coronavirusupdate/issues
Suggests:
spelling,
ggplot2,
tidytext
Language: en-US
Imports:
magrittr,
tibble,
dplyr,
lubridate,
purrr,
rvest,
stringr,
tidyr,
urltools,
xml2,
arrow
Depends:
R (>= 2.10)