From efda7e92ab00d839d2d69efe812f12a2de97bf11 Mon Sep 17 00:00:00 2001 From: Kathryn Doering Date: Wed, 5 Jun 2024 08:38:20 -0700 Subject: [PATCH] add favicon to pkgdown --- .github/hex/create_ghactions4r_hex.R | 2 +- README.md | 4 ++-- man/figures/{ghactions4r_hex.png => logo.png} | Bin 3 files changed, 3 insertions(+), 3 deletions(-) rename man/figures/{ghactions4r_hex.png => logo.png} (100%) diff --git a/.github/hex/create_ghactions4r_hex.R b/.github/hex/create_ghactions4r_hex.R index 3151cc9..177526f 100644 --- a/.github/hex/create_ghactions4r_hex.R +++ b/.github/hex/create_ghactions4r_hex.R @@ -7,4 +7,4 @@ s <- sticker(img, package="ghactions4r", p_size=22, p_color = nmfs_cols["darkblue"], h_color = nmfs_cols["reflexblue"], h_fill = nmfs_cols["processblue"], s_x=1.0, s_y=0.7, s_width=0.5,s_height = 0.55, - filename="man/figures/ghactions4r_hex.png") + filename="man/figures/logo.png") diff --git a/README.md b/README.md index 2a7644c..5784de3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# ghactions4r +# ghactions4r arrows circling clapboard, symbol for the gh4actions package [![call-r-cmd-check](https://github.com/nmfs-fish-tools/ghactions4r/actions/workflows/call-r-cmd-check.yml/badge.svg)](https://github.com/nmfs-fish-tools/ghactions4r/actions/workflows/call-r-cmd-check.yml) [![Lifecycle badge indicating this repository is stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![NOAA Fisheries Integrated Toolbox Badge](https://img.shields.io/badge/NOAA_FIT-blue)](https://www.fisheries.noaa.gov/resource/tool-app/noaa-fisheries-integrated-toolbox) [![codecov Badge](https://codecov.io/github/nmfs-fish-tools/ghactions4r/graph/badge.svg?token=6INRIE2FG6)](https://codecov.io/github/nmfs-fish-tools/ghactions4r) -arrows circling clapboard, symbol for the gh4actions package + ## What is in `{ghactions4r}`? diff --git a/man/figures/ghactions4r_hex.png b/man/figures/logo.png similarity index 100% rename from man/figures/ghactions4r_hex.png rename to man/figures/logo.png