Skip to content

Commit ed23be8

Browse files
Merge pull request #262 from guspan-tanadi/graph
docs: displaying intended graph
2 parents aacd7e7 + 429d039 commit ed23be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/estimate_response.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ gganimate::animate(p)
258258
# anim_save("gganimate_figure.gif", gganimate::animate(p, width = 800, height = 500, type = "cairo"))
259259
260260
if (knitr::is_html_output()) {
261-
knitr::include_graphics("https://github.com/easystats/estimate/raw/master/man/figures/gganimate_figure.gif")
261+
knitr::include_graphics("https://github.com/easystats/estimate/raw/main/man/figures/gganimate_figure.gif")
262262
} else {
263263
iris %>%
264264
ggplot(aes(x = Sepal.Length)) +

vignettes/modelisation_approach.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ linear models"* (aka, linear regressions). And thus, one can only wonder why
4747
these different tests have not been yet replaced by a unified model.
4848

4949
```{r echo=FALSE, fig.align='center', out.width="50%"}
50-
knitr::include_graphics("https://github.com/easystats/easystats/blob/master/hextools/modelbased/allregressions.png")
50+
knitr::include_graphics("https://github.com/easystats/easystats/raw/main/hextools/modelbased/allregressions.png")
5151
```
5252

5353
The tests mentioned above have major advantages. For instance, they are very easy to

0 commit comments

Comments
 (0)