R Weekly 2018-28 Tidyverse, R Markdown, Docker
Highlight
-
DockeR for the UseR - Slides, Code, and Resources from a talk at nyhackr.org
New Packages
📦 Go Live for More New Pkgs 📦
CRAN
-
muHVT - Constructing Hierarchical Voronoi Tessellations and Overlay Heatmap for Data Analysis
-
phylogram - dendrograms for evolutionary analysis
Package Releases
-
ggspatial 1.0.0 - A ggplot2 R extension for plotting Spatial* objects
-
sitmo 2.0.0 - Header-only suite of Parallel Pseudo Random Number Generators (PPRNGs)
-
searcher 0.3.0 - a search interface to look up terms on search engines and development websites from R.
- cetcolor 0.2.0 - Perceptually Uniform Color Maps with Support for Colour Blind Users and Short Names
Insights
R in the Real World
Resources
Videos and Podcasts
- SuperDataScience171 - Deep dive into R Programming & R Studio. In this episode, Kirill chatted with the Director of Solutions Engineering for RStudio, Nathan Stephens about analytics infrastructure & how this can be used in the data lab and the production environment.
R in Organizations
R Internationally
Tutorials
-
DockeR for the UseR - Slides, Code, and Resources from a talk at nyhackr.org
-
How the odds ratio confounds: a brief study in a few colorful figures
-
One Little Thing: Embed a File in the HTML Output of R Markdown
-
Do You Have to Use FontAwesome or Other Libraries for Web Symbols?
-
Dealing with heteroskedasticity; regression with robust standard errors using R
Upcoming Events in 3 Months
Events in 3 Months:
-
LatinR 2018 Sept 4-5
Buenos Aires, Argentina.
More past events at R conferences & meetups.
Call for Participation
Quotes of the Week
People often ask why dplyr & tibble don't support row names. I've (finally) written up my reasons at https://t.co/UmZjaSk7UX #rstats (photo credit: @hspter) pic.twitter.com/IVbaVmKhYp
— Hadley Wickham (@hadleywickham) July 13, 2018
super useful #rstats thing i realized today:
— Brooke Watson (@brookLYNevery1) July 11, 2018
if you--like me, a Fool--accidentally print some huge output to your console instead of assigning it to an object, you can run `mything <- .Last.value` to avoid re-running your script. RT to save a life*
*(a few minutes, probably)