UMCarpentries / intro-curriculum-r

Custom curriculum for teaching R, the Unix Shell, & Git with an integrated workflow and reproducible research practices.
https://umcarpentries.org/intro-curriculum-r/
Other
9 stars 12 forks source link

First draft of first R lesson #22

Closed pschloss closed 3 years ago

pschloss commented 3 years ago

For #1

TODO:

Etherpad: https://pad.carpentries.org/umichswc_curriculum_sprint_2020_R1

MrFlick commented 3 years ago

I discovered a bit more energy this evening to finish off the outline. I tried to remove most of the extra/unstructured notes so hopefully things are a bit more clear and close to that 80% target. I think we now at least touch on all the topic we had discussed during our initial brainstorming session.

zenalapp commented 3 years ago

@courtneyarmour this is ready to review! The very last part isn't complete yet (extra stuff), and there might be a few TODOs still floating around. We might want to add a couple more assessments in the future, but I think we're good for now.

@kelly-sovacool we're having issues with the website build failing. Not sure why/what to do about it.

MrFlick commented 3 years ago

It looks like most of the build failures have come from duplicate code chunk names. Currently there are three chunks with the name "Objects". It may be easier to remove all code chunk names to prevent further possible problems, or to just rename those to something else. Not sure which you would prefer.

kelly-sovacool commented 3 years ago

It looks like most of the build failures have come from duplicate code chunk names. Currently there are three chunks with the name "Objects". It may be easier to remove all code chunk names to prevent further possible problems, or to just rename those to something else. Not sure which you would prefer.

@MrFlick Though I wasn't involved in the development of this particular lesson, I'm a fan of code chunk names for easy navigation in R Markdown documents.

kelly-sovacool commented 3 years ago

@kelly-sovacool we're having issues with the website build failing. Not sure why/what to do about it.

@zenalapp Whenever a gh-actions job fails you can see the error message when you click the Details link: image