Skip to content

Commit bcdbe5b

Browse files
committed
Fix images
1 parent c8f8541 commit bcdbe5b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.Rmd

+6-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ knitr::opts_chunk$set( fig.path = "man/figures/")
1515

1616
The code is released under the version 3 of the GNU General Public License.
1717

18-
# <img src="inst/logo.png" height="139px" width="120px" />
18+
```{r, echo=FALSE, out.height = "139px", out.width = "120px"}
19+
knitr::include_graphics("man/figures/logo.png")
20+
```
1921

2022
website: [stemangiola.github.io/tidybulk/](http://stemangiola.github.io/tidybulk/)
2123

@@ -38,7 +40,9 @@ gate information to your tibble
3840
3941
-->
4042

41-
# <img src="inst/new_SE_usage-01.png" width="800px" />
43+
```{r, echo=FALSE, out.width = "800px"}
44+
knitr::include_graphics("man/figures/new_SE_usage-01.png")
45+
```
4246

4347

4448
## Functions/utilities available
File renamed without changes.
File renamed without changes.

vignettes/introduction.Rmd

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ vignette: >
3636

3737
**Brings transcriptomics to the tidyverse**
3838

39-
# <img src="inst/new_SE_usage-01.png" width="800px" />
39+
```{r, echo=FALSE, out.width = "800px"}
40+
knitr::include_graphics("../man/figures/new_SE_usage-01.png")
41+
```
4042

4143

4244
## Functions/utilities available

0 commit comments

Comments
 (0)