From 896ba1b3b0bfd639b0fa7b0f8cf51de9cc0bf32c Mon Sep 17 00:00:00 2001 From: flavis Date: Wed, 11 Aug 2021 09:18:17 +0200 Subject: [PATCH] update readme for new vignette building workflow --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 9f1d6c1..69de28d 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,7 @@ Using the `remotes` package, this is easily installed via: ```r remotes::install_url("https://git.flavigny.de/christian/hateimparlament/archive/master.zip") ``` -Since the fetching and reading is very slow and depends on an internet connection, all vignettes -use `read_from_csv` to read already parsed tibbles from `.csv` files. - -That's why, if you want to build the vignettes yourself, you need to -download the source code, e.g. on Linux -``` -git clone https://git.flavigny.de/christian/hateimparlament -cd hateimparlament -``` -then start `R` and do -```r -devtools::load_all() -fetch_all(create = TRUE) -read_all() %>% repair() -> res -write_to_csv(res, create = TRUE) -``` -Then finally, do: -```r -devtools::install(build_vignettes = TRUE) -``` +If you want to build the vignettes, pass `build_vignettes = TRUE`. # Features