From 7429efee050cc371d96b8dae51ecfa93d6f7c590 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Thu, 26 Sep 2019 06:09:36 -0400 Subject: [PATCH] README --- README.Rmd | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 9ed19d8..d749b1b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -42,7 +42,7 @@ packageVersion("wand") ``` ```{r ex1} -list.files(system.file("extdat", package="wand"), full.names=TRUE) %>% +list.files(system.file("extdat", "pass-through", package="wand"), full.names=TRUE) %>% map_df(~{ tibble( fil = basename(.x), diff --git a/README.md b/README.md index 1ed0ade..2790303 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ packageVersion("wand") ``` ``` r -list.files(system.file("extdat", package="wand"), full.names=TRUE) %>% +list.files(system.file("extdat", "pass-through", package="wand"), full.names=TRUE) %>% map_df(~{ tibble( fil = basename(.x), @@ -111,8 +111,8 @@ list.files(system.file("extdat", package="wand"), full.names=TRUE) %>% | Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) | | :--- | -------: | ---: | --: | ---: | ----------: | ---: | -------: | ---: | -| R | 7 | 0.78 | 154 | 0.61 | 59 | 0.78 | 70 | 0.71 | -| JSON | 1 | 0.11 | 80 | 0.32 | 0 | 0.00 | 0 | 0.00 | +| R | 7 | 0.78 | 159 | 0.62 | 62 | 0.78 | 72 | 0.71 | +| JSON | 1 | 0.11 | 80 | 0.31 | 0 | 0.00 | 0 | 0.00 | | Rmd | 1 | 0.11 | 17 | 0.07 | 17 | 0.22 | 29 | 0.29 | ## Code of Conduct