Skip to content

Commit

Permalink
Draft: 2020-21
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmcalder committed May 23, 2020
1 parent f8c73de commit ed51471
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ Release Date: 2020-05-25

+ [Web Scraping in the Statistics and Data Science Curriculum: Challenges and Opportunities](https://github.com/mdogucu/web-scrape)

+ [Custom Package Repositories in R](https://blog.revolutionanalytics.com/2020/05/custom-package-repositories-in-r.html)

+ [Non-standard files/directories, Rbuildignore and inst](https://blog.r-hub.io/2020/05/20/rbuildignore/)

### R in the Real World

+ [COVID-19 in Belgium: is it over yet?](https://www.statsandr.com/blog/covid-19-in-belgium-is-it-over-yet/)

+ [HMD – Weekly Data](http://ronaldrichman.co.za/2020/05/21/hmd-weekly-data/)

### R in Organizations

Expand All @@ -30,10 +36,16 @@ Release Date: 2020-05-25

+ [Reproducible Research Data & Project Management in R](https://annakrystalli.me/rrresearchACCE20/)

+ [When Field or Lab Work is not an Option - Leveraging Open Data Resources for Remote Research](https://ropensci.org/blog/2020/05/19/covid-19-open-data/)

### Resources

+ [The meta-concepts of data analysis, workflows and projects in R.](https://github.com/deanmarchiori/analysis-flow)

+ [An R View into Epidemiology](https://rviews.rstudio.com/2020/05/20/some-r-resources-for-epidemiology/)

+ [R as GIS for Economists](https://tmieno2.github.io/R-as-GIS-for-Economists/)

### New Packages

<p class="added-hostname"><a href="https://rweekly.org/live" target="_blank" class="externalLink">📦 <i>Go Live for More New Pkgs</i> 📦</a></p>
Expand All @@ -42,37 +54,73 @@ Release Date: 2020-05-25

+ [openmetrics: An Opinionated Prometheus Client for R](https://unconj.ca/blog/introducing-openmetrics-for-r.html)

+ [rules 0.0.1](https://www.tidyverse.org/blog/2020/05/rules-0-0-1/)

**BioC**



**GitHub or Bitbucket**

+ [datadrivencv: An R package for building your CV with data](http://nickstrayer.me/datadrivencv/)

+ [shadr: GLSL shaders in R](https://github.com/tylermorganwall/shadr)

### Updated Packages

+ [{ggcharts 0.2.0} is on CRAN](https://thomasadventure.blog/posts/ggcharts-0-2-0-is-on-cran/)

+ [RcppArmadillo 0.9.880.1.0](http://dirk.eddelbuettel.com/blog/2020/05/17#rcpparmadillo_0.9.880.1.0)

### Videos and Podcasts

+ [TidyX Screencast](https://bit.ly/TidyX_Playlist): Hosted by [Ellis Hughes](https://twitter.com/ellis_hughes) and [Patrick Ward](https://twitter.com/OSPpatrick), TidyX has the goal to explain how common concepts in R work. Each week we go through and explain a set of code, usually a visualization from a #TidyTuesday submission. We then show how the same technique can be applied to a new dataset and explore additional ways to look at the data.
+ [TidyX Screencast](https://bit.ly/TidyX_Playlist): Hosted by [Ellis Hughes](https://twitter.com/ellis_hughes) and [Patrick Ward](https://twitter.com/OSPpatrick), TidyX has the goal to explain how common concepts in R work. Each week we go through and explain a set of code, usually a visualization from a #TidyTuesday submission. We then show how the same technique can be applied to a new dataset and explore additional ways to look at the data.

+ [GGplot - Compound Interest With Data Science And R](https://youtu.be/_SNj0KuBYLU)

+ [GET Hackernews Front Page Results using REST API in R](https://www.programmingwithr.com/get-hackernews-front-page-results-using-rest-api-in-r/)

### Gist & Cookbook



### R Internationally


+ [Visualizing data using trelliscope on top of ggplot2 and plotly](https://statistik-dresden.de/archives/16109)

### Tutorials

+ [ANOVA Test in R programming](https://www.geeksforgeeks.org/anova-test-in-r-programming/)

+ [Migrating Themes and Overhauling the Rest (Hugo, blogdown)](https://blog.jemu.name/2020/05/migrating-themes-and-overhauling-the-rest)

+ [Big Data 7: yorkr waltzes with Apache NiFi](https://gigadom.in/2020/05/23/big-data-7-yorkr-waltzes-with-apache-nifi/)

+ [Ordering bars within their clumps in a bar chart by @ellis2013nz](http://freerangestats.info/blog/2020/05/23/ordering-in-bar-charts)

+ [Using XGBoost with Tidymodels](https://tychobra.com/posts/2020-05-19-xgboost-with-tidymodels/)

+ [Riddler: Can You Solve This Rather Pedestrian Puzzle?](https://joshuacook.netlify.app/post/riddler-predestrian-question/)

+ [Custom sorting of strings in DT with an invisible column](https://mattherman.info/blog/dt_sort_secondary/)

+ [Tune XGBoost with tidymodels and #TidyTuesday beach volleyball](https://juliasilge.com/blog/xgboost-tune-volleyball/)

+ [Better Progressive xaringan Slides with CSS and :last-of-type](https://www.garrickadenbuie.com/blog/better-progressive-xaringan/)

+ [Modern Rule-Based Models](https://rviews.rstudio.com/2020/05/21/modern-rule-based-models/)

+ [Using R: setting a colour scheme in ggplot2](https://onunicornsandgenes.blog/2020/05/17/using-r-setting-a-colour-scheme-in-ggplot2/)

+ [Enhance your {ggplot2} data visualizations with {ggtext}](https://thomasadventure.blog/posts/enhance-ggplot2-with-ggtext/)

+ [Running Free: Calculating Efficiency Factor in R](https://quantixed.org/2020/05/19/running-free-calculating-efficiency-factor-in-r/)

+ [Quickly Making an R Shiny Bingo App](https://www.markhw.com/blog/bingo)

+ [New function to flatten spreadsheet cell formatting into usable character strings.](https://luisdva.github.io/rstats/spreadsheets-mf/)

+ [Nullable Optional Arguments in Rcpp functions](https://gallery.rcpp.org//articles/optional-null-function-arguments/)

<!--<div class="post-more-begin></div><div class="post-more-end"></div>-->

Expand Down Expand Up @@ -104,6 +152,7 @@ Events in 3 Months:

### Call for Participation

+ [We need you: share your COVID-19 work on NHSE/I’s regular mini-huddle series](https://nhsrcommunity.com/blog/we-need-you-share-your-covid-19-work-on-nhse-is-regular-mini-huddle-series/)

<p class="hide-support added-hostname support-rweekly" style="text-align: center;font-weight: bold;">Your <a class="non-visited externalLink" href="https://www.patreon.com/rweekly" onclick="pas(this)">support</a> will keep R Weekly team moving! 💡</p>

Expand Down

0 comments on commit ed51471

Please sign in to comment.