diff --git a/README.Rmd b/README.Rmd index 983758db..49b30e0e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -11,7 +11,7 @@ knitr::opts_chunk$set( ) ``` -# Subnational data for the COVID-19 outbreak +# 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 0d70c2e9..81ca9a30 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Subnational data for the COVID-19 outbreak +# 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) @@ -78,7 +78,7 @@ the temporary directory by default), ``` r start_using_memoise() -#> Using a cache at: /tmp/RtmprQRl5f +#> Using a cache at: /tmp/RtmpK4T80C ``` To stop using `memoise` use, diff --git a/inst/make_hexsticker.R b/inst/make_hexsticker.R index 93267dcd..24983522 100644 --- a/inst/make_hexsticker.R +++ b/inst/make_hexsticker.R @@ -35,7 +35,7 @@ covid_map <- ggplot( logo <- sticker( covid_map, package = "covidregionaldata", - p_size = 50, s_x = 0.93, s_y = 0.8, s_width = 1.7, s_height = 2, + p_size = 48, s_x = 0.93, s_y = 0.8, s_width = 1.7, s_height = 2, p_y = 1.45, p_color = "white", h_color = "#646770", diff --git a/man/figures/logo.png b/man/figures/logo.png index 976fbb72..15895ea8 100644 Binary files a/man/figures/logo.png and b/man/figures/logo.png differ