Skip to content

Commit

Permalink
made draft hexsticker
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-palmer committed Jun 16, 2021
1 parent 1b8fe5b commit 63f7765
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Expand Up @@ -11,7 +11,7 @@ knitr::opts_chunk$set(
)
```

# Subnational data for the COVID-19 outbreak <img src="man/figures/logo.png" align="right" alt="" width="120" />
# Subnational data for the COVID-19 outbreak <img src="man/figures/logo.png" align="right" alt="" width="120"/>

[![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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@

# Subnational data for the COVID-19 outbreak <img src="man/figures/logo.png" align="right" alt="" width="120" />
# Subnational data for the COVID-19 outbreak <img src="man/figures/logo.png" align="right" alt="" width="120"/>

[![Lifecycle:
maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html)
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion inst/make_hexsticker.R
Expand Up @@ -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",
Expand Down
Binary file modified man/figures/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 63f7765

Please sign in to comment.