Open pschloss opened 3 years ago
Adding my comments to this issue because it's related to the Usage:
exercises
not assignments
.
e-stat03-descriptive-master.Rmd
make
? If you're worried about the exercises being out-of-date from the source, you could consider running a GitHub Action that automates running (and committing) of the exercises after every commit.
I think learners could use more support to get going. I wasn't sure whether I'm supposed to be working within the Rmd files or if make should have generated html files that I worked with. When I didn't find html files, I worried that something was wrong with the Makefile.
The links in the README and the files in the paper refer to the raw versions of the files in
exercises/
rather thanexercises_sequenced/
. I think it would be better, from the learner's perspective to refer to things inexercises_sequenced/
since that's the directory they are supposed to be working in.Perhaps the repository could include a Rproj file so that learners can open Rstudio in the correct working directory?