swcarpentry / r-novice-inflammation

Programming with R
http://swcarpentry.github.io/r-novice-inflammation/
Other
161 stars 394 forks source link

Suggestion for making an R project when starting with the lecture material #535

Closed iochatz closed 2 years ago

iochatz commented 2 years ago

In the set up instructions (http://swcarpentry.github.io/r-novice-inflammation/setup.html), it is mentioned that the participants should download the zip file and create a folder in their desktop to store it. Then at the beginning of the course material (http://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data/index.htmlhttp://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data/index.html), there is a suggestion to create a new project by creating a new folder.

This might be a bit confusing for novice users and could result in two folders with the same name (and one of them lacking the data). I would suggest to make a new project by choosing an existing folder (the one created during the set up and already containing the downloaded files) instead of creating a new folder.

HaoZeke commented 2 years ago

Thanks @iochatz, that sounds like a good suggestion, would you be willing to open a PR for the same?

nkandhari commented 2 years ago

This issue has been resolved and the steps have been added in the index.html page (http://swcarpentry.github.io/r-novice-inflammation/01-starting-with-data/index.html) It's safe to close this issue.

HaoZeke commented 2 years ago

Thanks for the heads up @nkandhari :)