carpentries-incubator / high-dimensional-stats-r

High-dimensional statistics with R
https://carpentries-incubator.github.io/high-dimensional-stats-r
Other
12 stars 18 forks source link

Quick fix for Page 1 not showing two figures #155

Closed AndrzejRomaniuk closed 6 months ago

AndrzejRomaniuk commented 6 months ago

Related to issue #154

It is a quick fix, removing here:here(), as it likely caused the presence of errors in the lastest build:

Error in knitr::include_graphics(here::here("fig/intro-table.png")): Cannot find the file(s): "fig/intro-table.png" Error in knitr::include_graphics(here::here("fig/intro-scatterplot.png")): Cannot find the file(s): "fig/intro-scatterplot.png"

alanocallaghan commented 6 months ago

Yeah apparently knitr hates absolute paths, who knew