Skip to content

Commit db2801a

Browse files
committed
docs: add logo to readme
1 parent 5080b54 commit db2801a

File tree

3 files changed

+76
-4
lines changed

3 files changed

+76
-4
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# eulerr
16+
# eulerr <a href="https://jolars.github.io/eulerr/"><img src='man/figures/logo.svg' align="right" height="139" /></a>
1717

1818
<!-- badges: start -->
1919
[![R-CMD-check](https://github.com/jolars/eulerr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jolars/eulerr/actions/workflows/R-CMD-check.yaml)

README.md

Lines changed: 3 additions & 3 deletions
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-
# eulerr
4+
# eulerr <a href="https://jolars.github.io/eulerr/"><img src='man/figures/logo.svg' align="right" height="139" /></a>
55

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

@@ -78,9 +78,9 @@ the solution,
7878

7979
``` r
8080
fit$stress
81-
#> [1] 3.476692e-13
81+
#> [1] 5.056831e-11
8282
fit$diagError
83-
#> [1] 1.134498e-07
83+
#> [1] 1.019054e-06
8484
```
8585

8686
and plot it

man/figures/logo.svg

Lines changed: 72 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)