diff --git a/.gitignore b/.gitignore index 5b062f000..8304ea5d1 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ temp_json .jekyll-metadata +.Rproj.user diff --git a/_posts/2019-06-03-2019-22.md b/_posts/2019-06-03-2019-22.md new file mode 100644 index 000000000..d67dca31d --- /dev/null +++ b/_posts/2019-06-03-2019-22.md @@ -0,0 +1,151 @@ +--- +title: R Weekly 2019-22 CRAN policies, Package maintenance, GAMs in R +description: Weekly News in the the R Community +image: https://rweekly.org/public/facebook.png +--- + +This week's release was curated by [Ryo Nakagawara](https://twitter.com/R_by_Ryo), with help from the RWeekly team members and contributors. + +### Highlight + ++ [How to keep up with CRAN policies and processes?](https://blog.r-hub.io/2019/05/29/keep-up-with-cran/) + ++ [Being a package maintainer or: The social contract](https://www.ottlngr.de/post/being-a-package-maintainer/) + ++ [Generalized Additive Models in R: A Free, Interactive Course using **mgcv**](https://noamross.github.io/gams-in-r-course/) + +### Insights + ++ [Being a package maintainer or: The social contract](https://www.ottlngr.de/post/being-a-package-maintainer/) + ++ [Run R startup files once per hour, day, week, ...](https://www.jottr.org/2019/05/26/startup-sometimes/) + ++ [How to keep up with CRAN policies and processes?](https://blog.r-hub.io/2019/05/29/keep-up-with-cran/) + ++ [78th TokyoR Meetup Roundup!](https://ryo-n7.github.io/2019-05-31-tokyoR-78-roundup/) + ++ [Three reasons why I use data.table](https://www.meganstodel.com/posts/data-table/) + ++ [Type stable estimation](https://www.alexpghayes.com/blog/type-stable-estimation/) + ++ [Top 40 new CRAN packages (April 2019)](https://rviews.rstudio.com/2019/05/30/april-2019-top-40-new-cran-packages/) + +### R in the Real World + ++ [What pieces do chess grandmasters move, and when?](https://statmodeling.stat.columbia.edu/2019/05/28/pieces-chess-grandmasters-move/) + ++ [Why did the golden age of The Simpsons end? redux - celebrity cameos](http://www.nathancunn.com/2019-05-30-simpsons-cameos/) + +![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/simpsons.png) + ++ [Star Wars Fandom Survey, Part 2: The Three Major Types of Star Wars Fans](https://www.markhw.com/blog/sw-survey-pt2) + +![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/starwars-survey.png) + +### R in Academia + ++ [Hierarchical generalized additive models in ecology: an introduction with **mgcv**](https://peerj.com/articles/6876/) + +### Resources + ++ [Generalized Additive Models in R: A Free, Interactive Course using **mgcv**](https://noamross.github.io/gams-in-r-course/) + ++ [Data Rectangling Resource Roundup](https://luisdva.github.io/rectangling/) + ++ [Making interactive leaflet maps with R (Slides)](https://pakillo.github.io/r-leaflet-maps/r-leaflet-maps-slides.html#1) + ++ [Getting Started with Git and GitHub for R Users](https://github.com/saghirb/Getting-Started-with-Git-and-GitHub-for-R-Users) + +### New Packages + +

๐Ÿ“ฆ Go Live for More New Pkgs ๐Ÿ“ฆ

+ +**CRAN** + ++ [trendyy: A package for querying Google Trends](http://josiahparry.com/post/2019-05-25-introducing-trendyy/) + +![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/google-trend-pkg.png) + ++ [see: Visualisation Toolbox for 'easystats' and Extra Geoms, Themes and Color Palettes for 'ggplot2'](https://cran.r-project.org/web/packages/see/index.html) + ++ [datos: Provides a Spanish translated version of datasets such as 'airlines', 'airports', 'babynames', 'Batting', 'diamonds', 'faithful', 'flights', 'gapminder', etc.](https://cran.r-project.org/web/packages/datos/index.html) + ++ [ggResidpanel: Panels and Interactive Versions of Diagnostic Plots using 'ggplot2'](https://cran.r-project.org/web/packages/ggResidpanel/index.html) + +**GitHub or Bitbucket** + ++ [felp: An R package to display source and help of a function simultaneously](https://github.com/atusy/felp) + ++ [emayili: Sending Email from R](https://datawookie.netlify.com/blog/2019/05/emayili-sending-email-from-r/) + ++ [annotater: Annotate package load calls in strings and R scripts](https://github.com/luisDVA/annotater) + +### Updated Packages + ++ [startup 0.12.0: Friendly R Startup Configuration](https://cran.r-project.org/package=startup) + +### Videos and Podcasts + ++ [Tidy Tuesday screencast: predicting wine ratings (David Robinson)](https://www.youtube.com/watch?v=AQzZNIyjyWM) + +### Tutorials + ++ [#Tidytuesday: Global plastic waste management](https://alyssamvanderbeek.netlify.com/post/tidytuesday-global-plastic-waste-management/) + ++ [Custom profiler in R!](https://www.hvitfeldt.me/blog/custom-profiler-in-r/) + ++ [Exploring R code interactively](https://jozef.io/r916-exploring-r-code-interactively/) + ++ [Use R and gganimate to make an animated map of European students and their year-abroad.](https://medium.com/@mueller.johannes.j/use-r-and-gganimate-to-make-an-animated-map-of-european-students-and-their-year-abroad-517ad75dca06) + +![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/europe-student-map.gif) + ++ [Make a {brickr} soccer player!](https://www.rostrum.blog/2019/05/31/brickr-soccer/) + ++ [An Introduction to Modelling Soccer Matches in R (part 1)](http://www.robert-hickman.eu/post/dixon_coles_1/) + ++ [Introduction to Funnel Plots](https://nhsrcommunity.com/blog/introduction-to-funnel-plots/) + ++ [Automate Your KPI Forecasts With Only 1 Line Of R Code Using AutoTS](https://www.remixinstitute.com/blog/automate-your-kpi-forecasts-with-only-1-line-of-r-code-using-autots) + +![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/walmart-forecast.png) + ++ [R Rainbows: Making a Pride Flag in R](http://www.benjaminackerman.com/post/2019-06-01-r_pride_flag/) + + + +### Upcoming Events in 3 Months + +Events in 3 Months: + ++ [Rstudio & ThinkR roadshow โ€“ June 6 โ€“ Paris](https://rtask.thinkr.fr/blog/rstudio-thinkr-roadshow-june-6-paris) + ++ [satRday Berlin, June 15th](https://berlin2019.satrdays.org) + ++ [TokyoR #79, June 29th](https://tokyor.connpass.com/) + ++ [useR2019](http://www.user2019.fr/) + ++ [A list of R conferences and meetings](https://jumpingrivers.github.io/meetingsR/events.html) + ++ [This week's local R-User and applied stats events](https://community.rstudio.com/c/irl) + +More past events at [R conferences & meetups](https://conf.rweekly.org). + +### Call for Participation + +

Your support will keep R Weekly team moving! ๐Ÿ’ก

+ +### Quotes of the Week + +

๐Ÿณ๏ธ +๐ŸŒˆHAPPY PRIDE MONTH! ๐Ÿณ๏ธ +๐ŸŒˆFun fact: I made my rainbow Twitter banner using R! Here's the code I wrote to make it - let's paint the #rstats Twitter feed rainbow! ๐Ÿฅณ @R_LGBTQ https://t.co/S8FIFgviJu pic.twitter.com/lyZKKNz5zf

— Ben Ackerman (@backerman150) June 1, 2019
+ + +

In this week's #tidytuesday screencast, I use linear models and lasso regression to predict wine ratings based on price, country, & description๐Ÿท

This was a fun example of using tidytext + glmnet together, as well as interpreting models with broom https://t.co/XdnIUptOt9 #rstats pic.twitter.com/zeN2aYiEkq

— David Robinson (@drob) May 31, 2019
+ + +

ggplot() + geom_antman() ๐Ÿœ๐Ÿœ๐Ÿœ

(Almost done generating figures for the blog post releasing #rayshader's 3D ggplots #rstats) pic.twitter.com/a7UOaYLIyY

— Tyler Morgan-Wall (@tylermorganwall) May 30, 2019
+ diff --git a/draft.md b/draft.md index 812aae29e..16672a179 100644 --- a/draft.md +++ b/draft.md @@ -1,63 +1,35 @@ --- layout: draft -title: R Weekly 2019-22 +title: R Weekly 2019-23 description: Draft of the R Weekly image: https://rweekly.org/public/facebook.png --- -Release Date: 2019-06-03 - -This week release was curated by [Ryo Nakagawara](https://twitter.com/R_by_Ryo), with help from the RWeekly team members and contributors. +Release Date: 2019-06-10 ### Highlight -+ [How to keep up with CRAN policies and processes?](https://blog.r-hub.io/2019/05/29/keep-up-with-cran/) - -+ [Being a package maintainer or: The social contract](https://www.ottlngr.de/post/being-a-package-maintainer/) -+ [Generalized Additive Models in R: A Free, Interactive Course using **mgcv**](https://noamross.github.io/gams-in-r-course/) ### Insights -+ [Being a package maintainer or: The social contract](https://www.ottlngr.de/post/being-a-package-maintainer/) - -+ [Run R startup files once per hour, day, week, ...](https://www.jottr.org/2019/05/26/startup-sometimes/) - -+ [How to keep up with CRAN policies and processes?](https://blog.r-hub.io/2019/05/29/keep-up-with-cran/) - -+ [78th TokyoR Meetup Roundup!](https://ryo-n7.github.io/2019-05-31-tokyoR-78-roundup/) - -+ [Three reasons why I use data.table](https://www.meganstodel.com/posts/data-table/) - -+ [Type stable estimation](https://www.alexpghayes.com/blog/type-stable-estimation/) -+ [Top 40 new CRAN packages (April 2019)](https://rviews.rstudio.com/2019/05/30/april-2019-top-40-new-cran-packages/) ### R in the Real World -+ [What pieces do chess grandmasters move, and when?](https://statmodeling.stat.columbia.edu/2019/05/28/pieces-chess-grandmasters-move/) -+ [Why did the golden age of The Simpsons end? redux - celebrity cameos](http://www.nathancunn.com/2019-05-30-simpsons-cameos/) -![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/simpsons.png) +### R in Organizations -+ [Star Wars Fandom Survey, Part 2: The Three Major Types of Star Wars Fans](https://www.markhw.com/blog/sw-survey-pt2) -![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/starwars-survey.png) ### R in Academia -+ [Hierarchical generalized additive models in ecology: an introduction with **mgcv**](https://peerj.com/articles/6876/) - A deep dive into fitting nonlinear models where relationships between predictors and outcomes can vary by group. -### Resources - -+ [Generalized Additive Models in R: A Free, Interactive Course using **mgcv**](https://noamross.github.io/gams-in-r-course/) -+ [Data Rectangling Resource Roundup](https://luisdva.github.io/rectangling/) +### Resources -+ [Making interactive leaflet maps with R (Slides)](https://pakillo.github.io/r-leaflet-maps/r-leaflet-maps-slides.html#1) -+ [Getting Started with Git and GitHub for R Users](https://github.com/saghirb/Getting-Started-with-Git-and-GitHub-for-R-Users) ### New Packages @@ -65,55 +37,35 @@ This week release was curated by [Ryo Nakagawara](https://twitter.com/R_by_Ryo), **CRAN** -+ [trendyy: A package for querying Google Trends](http://josiahparry.com/post/2019-05-25-introducing-trendyy/) -![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/google-trend-pkg.png) -+ [see: Visualisation Toolbox for 'easystats' and Extra Geoms, Themes and Color Palettes for 'ggplot2'](https://cran.r-project.org/web/packages/see/index.html) +**BioC** -+ [datos: Provides a Spanish translated version of datasets such as 'airlines', 'airports', 'babynames', 'Batting', 'diamonds', 'faithful', 'flights', 'gapminder', etc.](https://cran.r-project.org/web/packages/datos/index.html) -+ [ggResidpanel: Panels and Interactive Versions of Diagnostic Plots using 'ggplot2'](https://cran.r-project.org/web/packages/ggResidpanel/index.html) **GitHub or Bitbucket** -+ [felp: An R package to display source and help of a function simultaneously](https://github.com/atusy/felp) -+ [emayili: Sending Email from R](https://datawookie.netlify.com/blog/2019/05/emayili-sending-email-from-r/) - -+ [annotater: Annotate package load calls in strings and R scripts](https://github.com/luisDVA/annotater) ### Updated Packages -+ [startup](https://cran.r-project.org/package=startup) 0.12.0 - Friendly R Startup Configuration - -### Videos and Podcasts -+ [Tidy Tuesday screencast: predicting wine ratings (David Robinson)](https://www.youtube.com/watch?v=AQzZNIyjyWM) -### Tutorials +### Videos and Podcasts -+ [#Tidytuesday: Global plastic waste management](https://alyssamvanderbeek.netlify.com/post/tidytuesday-global-plastic-waste-management/) -+ [Custom profiler in R!](https://www.hvitfeldt.me/blog/custom-profiler-in-r/) -+ [Exploring R code interactively](https://jozef.io/r916-exploring-r-code-interactively/) +### Gist & Cookbook -+ [Use R and gganimate to make an animated map of European students and their year-abroad.](https://medium.com/@mueller.johannes.j/use-r-and-gganimate-to-make-an-animated-map-of-european-students-and-their-year-abroad-517ad75dca06) -![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/europe-student-map.gif) -+ [Make a {brickr} soccer player!](https://www.rostrum.blog/2019/05/31/brickr-soccer/) +### R Internationally -+ [An Introduction to Modelling Soccer Matches in R (part 1)](http://www.robert-hickman.eu/post/dixon_coles_1/) -+ [Introduction to Funnel Plots](https://nhsrcommunity.com/blog/introduction-to-funnel-plots/) -+ [Automate Your KPI Forecasts With Only 1 Line Of R Code Using AutoTS](https://www.remixinstitute.com/blog/automate-your-kpi-forecasts-with-only-1-line-of-r-code-using-autots) +### Tutorials -![](https://cdn.jsdelivr.net/gh/rweekly/image/2019-22/walmart-forecast.png) -+ [R Rainbows: Making a Pride Flag in R](http://www.benjaminackerman.com/post/2019-06-01-r_pride_flag/) @@ -122,6 +74,7 @@ n>
--> Updates from [R Core](http://developer.r-project.org/blosxom.cgi/R-devel/NEWS): + ### Upcoming Events in 3 Months Events in 3 Months: @@ -138,21 +91,19 @@ Events in 3 Months: + [This week's local R-User and applied stats events](https://community.rstudio.com/c/irl) -More past events at [R conferences & meetups](https://conf.rweekly.org). +### Datasets -### Call for Participation -

Your support will keep R Weekly team moving! ๐Ÿ’ก

-### Quotes of the Week -

๐Ÿณ๏ธโ€๐ŸŒˆHAPPY PRIDE MONTH! ๐Ÿณ๏ธโ€๐ŸŒˆFun fact: I made my rainbow Twitter banner using R! Here's the code I wrote to make it - let's paint the #rstats Twitter feed rainbow! ๐Ÿฅณ @R_LGBTQ https://t.co/S8FIFgviJu pic.twitter.com/lyZKKNz5zf

— Ben Ackerman (@backerman150) June 1, 2019
- +### Jobs -

In this week's #tidytuesday screencast, I use linear models and lasso regression to predict wine ratings based on price, country, & description๐Ÿท

This was a fun example of using tidytext + glmnet together, as well as interpreting models with broom https://t.co/XdnIUptOt9 #rstats pic.twitter.com/zeN2aYiEkq

— David Robinson (@drob) May 31, 2019
- -

ggplot() + geom_antman() ๐Ÿœ๐Ÿœ๐Ÿœ

(Almost done generating figures for the blog post releasing #rayshader's 3D ggplots #rstats) pic.twitter.com/a7UOaYLIyY

— Tyler Morgan-Wall (@tylermorganwall) May 30, 2019
- +### Call for Participation + + +

Your support will keep R Weekly team moving! ๐Ÿ’ก

+ +### Quotes of the Week diff --git a/for-editor-only-draft.txt b/for-editor-only-draft.txt index cfffd19c7..db6e1182c 100644 --- a/for-editor-only-draft.txt +++ b/for-editor-only-draft.txt @@ -79,18 +79,23 @@ Updates from [R Core](http://developer.r-project.org/blosxom.cgi/R-devel/NEWS): Events in 3 Months: -+ [satRday Paris - 23rd february](https://paris2019.satrdays.org/) ++ [Rstudio & ThinkR roadshow โ€“ June 6 โ€“ Paris](https://rtask.thinkr.fr/blog/rstudio-thinkr-roadshow-june-6-paris) + ++ [satRday Berlin, June 15th](https://berlin2019.satrdays.org) + ++ [TokyoR #79, June 29th](https://tokyor.connpass.com/) + ++ [useR2019](http://www.user2019.fr/) + [A list of R conferences and meetings](https://jumpingrivers.github.io/meetingsR/events.html) + [This week's local R-User and applied stats events](https://community.rstudio.com/c/irl) -More past events at [R conferences & meetups](https://conf.rweekly.org). - -### Datasets +More past events at [R conferences & meetups](https://conf.rweekly.org). +### Datasets ### Jobs diff --git a/rweekly.org.Rproj b/rweekly.org.Rproj new file mode 100644 index 000000000..8e3c2ebc9 --- /dev/null +++ b/rweekly.org.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX