ProjectMOSAIC / oiLabs-mosaic2

Source files for OpenIntro Statistics labs using mosaic modeling approach and ggformula
Other
0 stars 0 forks source link

Add information about required ingredients and where to get them #10

Open rpruim opened 6 years ago

rpruim commented 6 years ago

When trying to build this, I need to install lots of packages. Most appear to be only available via github, and several require non-standard calls to install_github() to install.

It would be good to collect all this information in one place so a user can do it all at once instead of compiling once per missing package just to figure out what is needed.

I suggest using devtools::use_readme_rmd() and putting this information there. (Be sure to copy any info from README.md that you want to retain into README.Rmd before compiling.