make hateimparlament a package, create stub vignette with funwithdata content
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
Package: hateimparlament
|
||||
Title: Protocolanalysis of German Bundestag
|
||||
Version: 0.0.0.9000
|
||||
Authors@R:
|
||||
person(given = "First",
|
||||
family = "Last",
|
||||
role = c("aut", "cre"),
|
||||
email = "first.last@example.com",
|
||||
comment = c(ORCID = "YOUR-ORCID-ID"))
|
||||
Description: Downloads, parses and analyses protocols of the current German parliament (Bundestag).
|
||||
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
||||
license
|
||||
Encoding: UTF-8
|
||||
LazyData: true
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.1.1
|
||||
Imports:
|
||||
dplyr,
|
||||
pbapply,
|
||||
rvest,
|
||||
stringr,
|
||||
xml2
|
||||
Suggests:
|
||||
rmarkdown,
|
||||
knitr
|
||||
VignetteBuilder: knitr
|
||||
Reference in New Issue
Block a user