diff --git a/README.Rmd b/README.Rmd index 15d173d..05587f5 100644 --- a/README.Rmd +++ b/README.Rmd @@ -4,14 +4,7 @@ output: df_print: kable --- ```{r pkg-knitr-opts, include=FALSE} -knitr::opts_chunk$set( - collapse = TRUE, - fig.retina = 1, - message = FALSE, - warning = FALSE, - fig.path = "man/figures/README-" -) -options(width=120) +hrbrpkghelpr::global_opts() ``` ```{r badges, results='asis', echo=FALSE, cache=FALSE} @@ -33,7 +26,7 @@ The header checking is minimal (i.e. nowhere near as comprehensive as `libmagic` ## What's Inside The Tin -```{r ingredients, results='asis', echo=FALSE} +```{r ingredients, results='asis', echo=FALSE, cache=FALSE} hrbrpkghelpr::describe_ingredients() ``` @@ -41,13 +34,13 @@ The following functions are implemented: ## Installation -```{r install-ex, results='asis', echo = FALSE} +```{r install-ex, results='asis', echo=FALSE, cache=FALSE} hrbrpkghelpr::install_block() ``` ## Usage -```{r vers, message=FALSE, warning=FALSE, error=FALSE} +```{r vers, message=FALSE, warning=FALSE, error=FALSE, cache=FALSE} library(wand) library(tidyverse) diff --git a/README.md b/README.md index fa8ad5a..cb6498a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re [![Signed by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr) ![Signed commit -%](https://img.shields.io/badge/Signed_Commits-20.9%25-lightgrey.svg) +%](https://img.shields.io/badge/Signed_Commits-24.4%25-lightgrey.svg) [![Linux build Status](https://travis-ci.org/hrbrmstr/wand.svg?branch=master)](https://travis-ci.org/hrbrmstr/wand) [![Windows build @@ -180,9 +180,9 @@ list.files(system.file("extdat", package="wand"), full.names=TRUE) %>% | Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) | | :--- | -------: | ---: | --: | ---: | ----------: | ---: | -------: | ---: | -| R | 7 | 0.78 | 949 | 0.90 | 52 | 0.72 | 62 | 0.65 | +| R | 7 | 0.78 | 949 | 0.91 | 52 | 0.72 | 62 | 0.65 | | JSON | 1 | 0.11 | 80 | 0.08 | 0 | 0.00 | 0 | 0.00 | -| Rmd | 1 | 0.11 | 23 | 0.02 | 20 | 0.28 | 34 | 0.35 | +| Rmd | 1 | 0.11 | 16 | 0.02 | 20 | 0.28 | 34 | 0.35 | ## Code of Conduct