VaninaHeinrich / PTED_semester_project

Analyse of a wildboar movement in Fribourg as semester project for patterns and trends in enviro. data ZHAW
https://vaninaheinrich.github.io/PTED_semester_project/Semesterproject
0 stars 1 forks source link

commit your html files! #7

Open ratnanil opened 2 years ago

ratnanil commented 2 years ago

Please keep in mind that we need to read a written report in order to evaluate your project (as an example, have a look at this report from last year, which we also had linked to on moodle). This means that you will need to commit and push the output from your .Rmd file, which it seems you haven't done till now.

Do not wait till the submission date for this step! After activating GitHub pages (see #8 ) and pushing your html outputs, have a look at your report which will be hosted on:

https://VaninaHeinrich.github.io/PTED_semester_project/Semesterproject.html

Have a look at this URL and check if you are satisfied with your result. By the way, you can make your output cleaner by adding the following lines to the top of your Rmarkdown file:

knitr::opts_chunk$set(echo = FALSE)       # hides code
knitr::opts_chunk$set(warning = FALSE)    # hides warnings
knitr::opts_chunk$set(message = FALSE)    # hides messages

As a reminder, here is the slide with the requirements concerning your report:

image

VaninaHeinrich commented 2 years ago

Hallo Nils, Ich habe mein rmd file jetzt auf git aktualisiert. Was muss ich mit dem html file machen ? Den Inhalt des rmd file in das html file copieren ? Vielen Dank für deine Antwort. Gruess Vanina

ratnanil commented 2 years ago

You can close this issue now. Just rememeber to always commit and push your changes to your Rmd AND to your html file