├── .gitignore ├── HOCKING-RGSOC.tex ├── Makefile ├── README.md ├── README.org ├── figure-projects.R └── projects.csv /.gitignore: -------------------------------------------------------------------------------- 1 | .Rhistory 2 | *~ -------------------------------------------------------------------------------- /HOCKING-RGSOC.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstats-gsoc/gsoc2017/HEAD/HOCKING-RGSOC.tex -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstats-gsoc/gsoc2017/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstats-gsoc/gsoc2017/HEAD/README.md -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstats-gsoc/gsoc2017/HEAD/README.org -------------------------------------------------------------------------------- /figure-projects.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstats-gsoc/gsoc2017/HEAD/figure-projects.R -------------------------------------------------------------------------------- /projects.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rstats-gsoc/gsoc2017/HEAD/projects.csv --------------------------------------------------------------------------------