UMCarpentries / intro-curriculum-r

Custom curriculum for teaching R, the Unix Shell, & Git with an integrated workflow and reproducible research practices.
https://umcarpentries.org/intro-curriculum-r/
Other
9 stars 12 forks source link

Make images show up for R plotting lesson #99

Closed zenalapp closed 3 years ago

zenalapp commented 3 years ago

Images aren't showing up. Fix this. Look at how GitHub lesson does it.

MrFlick commented 3 years ago

Which images are you referring to? It seems like most of them are available at https://umswc.github.io/curriculum/01-r-plotting/index.html. I only noticed the animated GIF seems to be missing.

zenalapp commented 3 years ago

The hard-coded images (e.g. of RStudio)

MrFlick commented 3 years ago

Ah yes, I see it now. So for example on line 100

![](01-r-plotting-assets/initial_rstudio.png)

Right now it seems we have our images in /_episodes_rmd/01-r-plot-assets but those aren't going anywhere when the rmd is compiled and the site is built. I moved all those files into /fig/r-plotting and updated the links in PR #129