R Library
R Workspace
The Workspace: http://www.statmethods.net/interface/workspace.html
Hadley
- R 4 Data Science: http://r4ds.had.co.nz/
- Advanced R: https://adv-r.hadley.nz/
- http://stat545.com/bit001_dplyr-cheatsheet.html
- Writing Packages: http://r-pkgs.had.co.nz/
RStudio Server
https://www.r-bloggers.com/setting-up-a-datascience-server/
Visualization (Graphing and Plotting and Mapping and Dashboarding)
Graphing & Plotting:
- https://www.ggplot2-exts.org/gganimate.html
- http://motioninsocial.com/tufte/?utm_content=bufferc1618&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
- https://briatte.github.io/ggcorr/
- https://journal.r-project.org/archive/2013-1/kahle-wickham.pdf
- https://plot.ly/feed/
- https://plotly-book.cpsievert.me/index.html - book on Plotly and R
- https://www.r-graph-gallery.com/
- Radial: http://rstudio-pubs-static.s3.amazonaws.com/72298_c1ba7f77276a4f27a0f375cadc9fac5d.html
Mapping & Cartography:
-
Census
-
Mapping
-
Spacial Analysis
Dashboards:
Spark
-
https://spark.apache.org/docs/latest/sparkr.html#starting-up-from-rstudio
-
https://blog.rstudio.org/2016/09/27/sparklyr-r-interface-for-apache-spark/
-
Installing on Windows:
-
So far:
- Environmental Variables: added
- R_HOME :
- JAVA_HOME :
- SPARK_HOME :
- HADOOP_HOME :
- WINUTIS_HOME :
- Environmental Variables: added
-
ODBC/JDBC:
Bayesian R
- Bayes Rules! An Introduction to Applied Bayesian Modeling: https://www.bayesrulesbook.com/
Econometrics
- Econometrics with R: https://www.econometrics-with-r.org/
- Heckman Selection: https://cran.r-project.org/web/packages/sampleSelection/vignettes/selection.pdf
Machine Learning
- Twitter Kmeans
Tutorials
UC-R: UCLA: https://stats.idre.ucla.edu/r/seminars/ggplot2_intro/
Databases
- R and SQLite: Part 1: https://www.r-bloggers.com/r-and-sqlite-part-1/
- R and SpaciaLite: http://www.gaia-gis.it/gaia-sins/spatialite-cookbook/index.html#toc
- http://www.gaia-gis.it/gaia-sins/
- R and Hive JDBC: https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC
- R and Googlesheets: http://shiny.rstudio.com/articles/persistent-data-storage.html
- R and Teradata: https://developer.teradata.com/blog/odbcteam/2016/02/r-with-teradata-odbc
RAM Memory
Library and Package management
Rprofile and R Environmental variables ( related to Library Management above )
Docker
- https://ropenscilabs.github.io/r-docker-tutorial/
- Container Package: https://o2r.info/2017/05/30/containerit-package/
- https://www.codeguru.com/csharp/csharp/cs_internet/using-r-with-docker-engine.html#Item4
- https://www.rocker-project.org/
- https://www.symbolix.com.au/blog-main/r-docker-hello
- EntryPoint vs. CMD: http://goinbigdata.com/docker-run-vs-cmd-vs-entrypoint/
Writing Packages
- No. 1 - Hadleys book bove:
- Looks like a nice resource: https://kbroman.org/pkg_primer/
- Great layman explanation of software licenses: MIT vs. GPL