Live
- 
            {{ is_pkg(link.U) }}{{ link.T }} {{ get_host(link.U) }} - {{ link.N }} ( {{ get_host(link.U) }} ) {{ is_pkg(link.U) }}{{ link.T }} {{ get_host(link.U) }}( {{ get_host(link.U) }} ) 
            
        
{{ item.date }}
- 
            {{ is_pkg(link.U) }}{{ link.T }} {{ get_host(link.U) }} - {{ link.N }} 
 ( {{ get_host(link.U) }} ){{ is_pkg(link.U) }}{{ link.T }} {{ get_host(link.U) }} 
 ( {{ get_host(link.U) }} )
            
        
R Weekly 2019-44 Mocking, skimr, shinymeta
Highlight
Insights
- 
    Reducing frictions in writing with R Markdown for html and pdf 
- 
    Are We in Kansas Anymore? Judging the State of Hollywood Film with Data from Wikipedia 
R in the Real World



R in Organizations

New Packages
CRAN
GitHub or Bitbucket
Updated Packages
Videos and Podcasts
Tutorials
- 
    Why should I use the here package when I’m already using projects? 
- 
    (Re)introducing skimr v2 - A year in the life of an open source R project 

R Project Updates
Updates from R Core:
Upcoming Events in 3 Months
Events in 3 Months:
More past events at R conferences & meetups.
Call for Participation
Quotes of the Week
Some advice on managing your online presence if you're applying for a job or scholarship, based on my experiences reviewing rstudio::conf scholarship applications (results out soon):
— Hadley Wickham (@hadleywickham) October 31, 2019
PCA of cocktail statistics using data from @CookingIssues's book "Liquid Intelligence." Solid circle size is sugar content, hollow acid. pic.twitter.com/B9BwCjzF3R
— Harold Pimentel (@hjpimentel) October 4, 2017
One of my fave/most frequently used #rstats commands:
— Dr. Gavin Jones (@ecologyofgavin) October 28, 2019
options(scipen = 999)
turns off scientific notation in R, aka turns 5.3e-2 to 0.053 😇🙏🏻