Skip to content

Commit

Permalink
fix eyeris sticker size error
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntz committed Oct 4, 2024
1 parent e7120d7 commit cafe5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# `eyeris`: create and run flexible and reproducible pupillometry preprocessing pipelines in R <img src="inst/figures/sticker.png" align="right"/>
# `eyeris`: create and run flexible and reproducible pupillometry preprocessing pipelines in R <img src="inst/figures/sticker.png" width="100px" align="right"/>

<!-- badges: start -->
<a href="LICENSE.md" alt="MIT License"><img src="https://badgen.net/static/license/MIT/blue?icon=github" /></a>
Expand Down Expand Up @@ -77,5 +77,5 @@ plot(eyeris_preproc, steps = c(1, 5), preview_window = c(0, 100000))

# Comments, suggestions, questions, issues

> [!IMPORTANT]
> [!IMPORTANT]
> Please use the issues tab (https://github.com/shawntschwartz/eyeris/issues) to make note of any bugs, comments, suggestions, feedback, etc... all are welcomed and appreciated, thanks!
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

# `eyeris`: create and run flexible and reproducible pupillometry preprocessing pipelines in R <img src="inst/figures/sticker.png" align="right"/>
# `eyeris`: create and run flexible and reproducible pupillometry preprocessing pipelines in R <img src="inst/figures/sticker.png" width="100px" align="right"/>

<!-- badges: start -->

Expand Down Expand Up @@ -83,8 +83,7 @@ plot(eyeris_preproc, steps = c(1, 5), preview_window = c(0, 100000))

# Comments, suggestions, questions, issues

> \[!IMPORTANT\]
> Please use the issues tab
> \[!IMPORTANT\] Please use the issues tab
> (<https://github.com/shawntschwartz/eyeris/issues>) to make note of
> any bugs, comments, suggestions, feedback, etc… all are welcomed and
> appreciated, thanks!

0 comments on commit cafe5ee

Please sign in to comment.