The first draft of your project will be assessed by your peers in GitHub. The objectives of the peer evaluation are:
You should use the project website template (or similar) to generate
a html version of your project report. If your project requires any data
not available in public repositories, you should put it in a folder
called /data
in your project’s home directory and then
import it into R with read.csv('data/filename.csv')
or
similar so that anyone with a copy of the repository can re-create the
HTML output.
data/
folder. This could use a direct download
(e.g. download.file()) or an API (e.g. anything from ROpenSci).Confirm that the page is able to build by checking the GitHub actions tab on your repository.
read.csv("~/projects/inputdata.csv")
that read any data from your computer other than the data/
folder in your repository.