Skip to content

Commit a29109a

Browse files
committed
fix logo.png
1 parent 748cb9d commit a29109a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
1414
)
1515
```
1616

17-
# tidyclust <img src="man/figures/logo.svg" align="right" height="139" />
17+
# tidyclust <a href="https://tidyclust.tidymodels.org"><img src="man/figures/logo.png" align="right" height="138" alt="tidyclust website" /></a>
1818

1919
<!-- badges: start -->
2020
[![Codecov test coverage](https://codecov.io/gh/tidymodels/tidyclust/branch/main/graph/badge.svg)](https://app.codecov.io/gh/tidymodels/tidyclust?branch=main)
@@ -28,6 +28,7 @@ The goal of tidyclust is to provide a tidy, unified interface to clustering mode
2828
You can install the released version of tidyclust from [CRAN](https://CRAN.R-project.org) with:
2929

3030
``` r
31+
3132
install.packages("tidyclust")
3233
```
3334

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# tidyclust <img src="man/figures/logo.svg" align="right" height="139" />
4+
# tidyclust <a href="https://tidyclust.tidymodels.org"><img src="man/figures/logo.png" align="right" height="138" alt="tidyclust website" /></a>
55

66
<!-- badges: start -->
77

man/figures/logo.png

27.4 KB
Loading

0 commit comments

Comments
 (0)