diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 843a42e2..0f84236d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: rev: v3.4.0 hooks: - id: check-added-large-files - args: ['--maxkb=600'] + args: ['--maxkb=200'] - id: end-of-file-fixer exclude: '\.Rd' - repo: local diff --git a/README.Rmd b/README.Rmd index 49b30e0e..814c85c2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -11,6 +11,7 @@ knitr::opts_chunk$set( ) ``` + # Subnational data for the COVID-19 outbreak [![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![R-CMD-check](https://github.com/epiforecasts/covidregionaldata/workflows/R-CMD-check/badge.svg)](https://github.com/epiforecasts/covidregionaldata/actions) [![Codecov test coverage](https://codecov.io/gh/epiforecasts/covidregionaldata/branch/master/graph/badge.svg)](https://codecov.io/gh/epiforecasts/covidregionaldata?branch=master) [![Data status](https://img.shields.io/badge/Data-status-lightblue.svg?style=flat)](https://epiforecasts.io/covidregionaldata/articles/supported-countries.html) [![metacran downloads](http://cranlogs.r-pkg.org/badges/grand-total/covidregionaldata?color=ff69b4)](https://cran.r-project.org/package=covidregionaldata) diff --git a/README.md b/README.md index 81ca9a30..2aa46278 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ the temporary directory by default), ``` r start_using_memoise() -#> Using a cache at: /tmp/RtmpK4T80C +#> Using a cache at: /tmp/RtmpdtqshY ``` To stop using `memoise` use,