STAT545-UBC / Discussion

Public discussion
38 stars 20 forks source link

GitHub Integration lost + Figures #359

Open aramcb opened 8 years ago

aramcb commented 8 years ago

Hi,

I am experiencing issues with GitHub integration. The GitHub tab has vanished. Are there any tips you may have?

Also, I am wondering if you could explain whether or not we should submit Rmd or md and how do we get figures to appear online for peer-reviewers? That is, so the code doesn't need to be run locally.

Aram

oganm commented 8 years ago

Make sure you open Rstudio by double clicking .Rproj file in your repository instead of double clicking a script. Double clicking one Rstudio is open is fine but otherwise you won't be using your project hence no Rstudio integration.

jennybc commented 8 years ago

What @oganm said. For everything else, please consult the homework submission instructions and the R Markdown test drive:

http://stat545.com/hw00_homework-guidelines.html

http://stat545.com/block007_first-use-rmarkdown.html

aramcb commented 8 years ago

Thank you @oganm ; a very simple solution. Figures appear online as well.

However, now when I edit my .Rmd the corresponding .md doesn't get changed. What am I missing?

Thanks, Aram

jennybc commented 8 years ago

Are you knitting it?