Skip to content
Snippets Groups Projects
Commit 71408254 authored by Ben Anderson's avatar Ben Anderson
Browse files

merged

Merge branch 'master' of git.soton.ac.uk:ba1e12/intro2R

# Conflicts:
#	README.md
parents 0ca5ede2 58e30586
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,11 @@ Code etc for a short intro to a R/RStudio/RMarkdown (& possibly github) session.
# Packages we live by
With apologies to [George Lakoff and Mark Johnson](http://press.uchicago.edu/ucp/books/book/chicago/M/bo3637992.html), these are the ones I use the most:
* [data.table](https://github.com/Rdatatable/data.table/wiki) - fast (big) data reading & munching
* [readr](http://readr.tidyverse.org/) - fast data reading & parsing
* [readxl](http://readxl.tidyverse.org/) - xlsx data reading
* [ggplot2](http://ggplot2.tidyverse.org/) - graphs, graphs, graphs
* [lubridate](http://lubridate.tidyverse.org/) - time & date conversions made easy
* [broom](https://cran.r-project.org/web/packages/broom/index.html) - tidy up regression results
* [stargazer](https://cran.r-project.org/web/packages/stargazer/) - tidy tables of regression results (and other things)
\ No newline at end of file
* [stargazer](https://cran.r-project.org/web/packages/stargazer/) - tidy tables of regression results (and other things)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment