aaronpeikert / reproducible-research

A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker
https://psyarxiv.com/8xzqy/
Creative Commons Attribution 4.0 International
122 stars 17 forks source link

Fixed typo + improved Linux instructions #59

Closed wleoncio closed 4 years ago

wleoncio commented 4 years ago

Another small contribution of two changes:

  1. Fixed typo on data\iris_prepped.csv (from "ì" to "i")
  2. Slight change in wording of how to use other package managers on Linux, since some of them don't use "install" as a command for installation (e.g. Arch Linux's pacman and its derivatives use -S)
aaronpeikert commented 4 years ago

It is surprisingly hard to imagine myself in someone else's shoes/os. Thanks again!

wleoncio commented 4 years ago

Thank you for writing the manuscript, it opened my eyes to how make can be useful for more than compiling software. I'm gonna spread the word on this ASAP. :)