UMCarpentries / intro-curriculum-r

Custom curriculum for teaching R, the Unix Shell, & Git with an integrated workflow and reproducible research practices.

Home Page:https://umcarpentries.org/intro-curriculum-r/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make images show up for R plotting lesson

zenalapp opened this issue · comments

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

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.

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

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