Skip to content

Commit

Permalink
Replace logo.png by logo.svg (#800)
Browse files Browse the repository at this point in the history
# Pull Request

Replace the logo.png by logo.svg to reduce package's size (This is
relevant for CRAN submissions were packages cannot be generally >5Mb of
source code and get flagged for CRAN reviewer if they exceed this
number).

Important: the logo appears to be different: there is some green pattern
on the SVG that is not on other logo formats.

This package makes use of Github actions to check the branding, replaced
there too.

Fixes insightsengineering/nestdevs-tasks#93
  • Loading branch information
llrs-roche authored Dec 18, 2024
1 parent e92091a commit cc387b6
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
checking for unstated dependencies in vignettes .* NOTE
checking top-level files .* NOTE
unit-test-report-brand: >-
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/chevron.png
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/SVG/chevron.svg
r-cmd-non-cran:
name: R CMD Check (non-CRAN) 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
checking Rd line widths .* NOTE
checking top-level files .* NOTE
unit-test-report-brand: >-
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/chevron.png
https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/SVG/chevron.svg
coverage:
name: Coverage 📔
needs: [release, docs]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `chevron`: Standard TLGs for clinical trials reporting <a href='https://insightsengineering.github.io/chevron/'><img src="man/figures/chevron.png" align="right" height="139" style="max-width: 100%; max-height: 139px;"/></a>
# `chevron`: Standard TLGs for clinical trials reporting <a href='https://insightsengineering.github.io/chevron/'><img src="man/figures/logo.svg" align="right" height="139" style="max-width: 100%; max-height: 139px;"/></a>

<!-- start badges -->
[![Check 🛠](https://github.com/insightsengineering/chevron/actions/workflows/check.yaml/badge.svg)](https://insightsengineering.github.io/chevron/main/unit-test-report/)
Expand Down
Binary file removed man/figures/chevron.png
Binary file not shown.
Loading

0 comments on commit cc387b6

Please sign in to comment.