Robinlovelace / spatial-microsim-book

Code, data and prose of the book: Spatial Microsimulation with R
https://www.crcpress.com/Spatial-Microsimulation-with-R/Lovelace-Dumont/p/book/9781498711548
MIT License
114 stars 76 forks source link

added 'c' option to install packages #70

Closed philmikejones closed 9 years ago

philmikejones commented 9 years ago

currently treating subsequent packages as options in readme

Robinlovelace commented 9 years ago

Thanks phil!

even better would be

pkgs <- c("knitr", "rmarkdown", "png", "ggmap", "dplyr", "ipfp", "rgeos", "mipfp", "rgdal", "gridExtra")
install.packages(pkgs)

Let me know if you manage to build it - it's coming together.

Will accept the PR - just thought it may be worth modifiying it a tid bit 1st.