diff --git a/draft.md b/draft.md index 69f511841..9ea661da8 100644 --- a/draft.md +++ b/draft.md @@ -1,11 +1,10 @@ --- layout: draft -title: R Weekly 2020-00 +title: R Weekly 2021-W01 description: Draft of the R Weekly image: https://rweekly.org/public/facebook.png --- -Release Date: 2020-00-00 + [How to have (my) content shared by R Weekly?](https://github.com/rweekly/rweekly.org#how-to-have-my-content-shared-by-r-weekly) @@ -16,12 +15,54 @@ Release Date: 2020-00-00 ### Insights ++ [Should statistical data analysis in psychology be like defecating?](https://vasishth-statistics.blogspot.com/2021/01/should-statistical-data-analysis-in.html) + + [How has Covid-19 affected athletics performances in the UK?](https://www.hfshr.xyz/posts/2020-12-26-powerof10-covid/) ++ [Up & running with blogdown in 2021](https://alison.rbind.io/post/new-year-new-blogdown/) + + ++ [A year in review](http://www.brodrigues.co/blog/2020-12-30-year_review/) + ++ [The making of that title race chart](https://austinwehrwein.com/data-visualization/makingoftitlerace/) + ++ [2020 recap, Gradient Boosting, Generalized Linear Models, AdaOpt with nnetsauce and mlsauce](https://thierrymoudiki.github.io/blog/2020/12/29/python/r/misc/recap-2020-highlights) + ++ [Correlation Analysis in R, Part 1: Basic Theory](https://dataenthusiast.ca/2021/correlation-analysis-in-r-part-1-basic-theory/) + ++ [Fast functions with pipes](https://www.seascapemodels.org/rstats/2020/12/29/pipe-functions.html) + ++ [R Shiny {Golem} - Development to Production - Overview](https://www.stoltzmanconsulting.com/blog/2020/12/30/r-shiny-golem-development-to-production-overview) + ++ [Parallelized loops with R](https://www.blasbenito.com/post/02_parallelizing_loops_with_r/) ### R in the Real World ++ [A version of the famous visualization - Land doesn't vote, people do](https://github.com/zumbov2/votemapswitzerland) + ++ [Meet the LEGO Art Mosaic Generator](https://joachim-gassen.github.io/2021/01/meet-lamg/) + ++ [Summarise the 2020 with R and rgl](https://medium.com/responsibleml/summarise-the-2020-with-r-and-rgl-6a0fd60d6dd4) ++ [BeyonTay - randomly pairing Beyoncé and Taylor Swift lyrics that rhyme. Data sets from TidyTuesday 2020 week 40 .](https://lukefshaw.netlify.app/beyontay/) + ++ [Running R Scripts on a Schedule with GitHub Actions](https://blog.simonpcouch.com/blog/r-github-actions-commit/) + ++ [A Taste of GitHub Actions with an Automated Plot](https://amitlevinson.com/blog/automated-plot-with-github-actions/) + ++ [Neighborhoods: Experimenting with Cyclic Cellular Automata](https://fronkonstin.com/2021/01/02/neighborhoods-experimenting-with-cyclic-cellular-automata/) + ++ [RObservations #6- #TidyTuesday – Analyzing data on the Australian Bush Fires](https://bensstats.wordpress.com/2021/01/01/robservations-6-tidytuesday-analyzing-data-on-the-australian-bush-fires/) + ++ [Tantalising Games in R: Fun with statistical computing](https://lucidmanager.org/data-science/games-in-r/) + ++ [Pricing Of European Options With Monte Carlo](https://predictivehacks.com/pricing-of-european-options-with-monte-carlo/) + ++ [Vendée globe - Exploratory data analysis](https://neonira.github.io/jvg4) + ++ [Revisited: Animating 2020 running goals - and compare them with previous years](https://rcrastinate.rbind.io/post/2020-12-28-revisited-animating-2020-running-goals-and-compare-them-with-previous-years/) + ++ [The Tidyverse in a Table](http://www.sumsar.net/blog/2020/12/tidyverse-in-a-table/) ### R in Organizations @@ -43,6 +84,7 @@ Release Date: 2020-00-00 **CRAN** ++ [{tm.plugin.koRpus} 0.4-1](https://cran.r-project.org/package=tm.plugin.koRpus): Full Corpus Support for the 'koRpus' Package **BioC** @@ -56,6 +98,14 @@ Release Date: 2020-00-00 ### Updated Packages ++ [{ggplot2} 3.3.3](https://cran.r-project.org/package=ggplot2): Create Elegant Data Visualisations Using the Grammar of Graphics + ++ [{data.table} 1.13.6](https://cran.r-project.org/package=data.table): Extension of `data.frame` + ++ [{rlang} 0.4.10](https://cran.r-project.org/package=rlang): Functions for Base Types and Core R and 'Tidyverse' Features + ++ [{cowplot} 1.1.1](https://cran.r-project.org/package=cowplot): Streamlined Plot Theme and Plot Annotations for 'ggplot2' + ### Videos and Podcasts @@ -76,7 +126,38 @@ Release Date: 2020-00-00 ### Tutorials ++ [abs and relu are not Mercer Kernels](https://win-vector.com/2020/12/25/abs-and-relu-are-not-mercer-kernels/) + ++ [Running R Code in Parallel: What if run times differ? clusterApplyLB](https://youtu.be/7FF3qDkMTOM) + ++ [How to use $ (dollar sign) in R: 6 Examples – list & dataframe](https://www.marsja.se/how-to-use-dollar-sign-in-r-examples-list-dataframe/) + ++ [Little useless-useful R functions – Folder Treemap](https://tomaztsql.wordpress.com/2021/01/01/little-useless-useful-r-functions-folder-treemap/) + ++ [Little Helpers: Character index counter](https://rcrastinate.rbind.io/post/2020-12-26-little-helpers-character-index-counter/) ++ ++ [Fast functions with pipes](http://www.seascapemodels.org/rstats/2020/12/29/pipe-functions.html) + + ++ [Age Stratified All-Cause and COVID-19 Associated Mortality](http://staff.math.su.se/hoehle/blog/2020/12/28/mort.html) + ++ [Unbreak your blogdown site](https://alison.rbind.io/post/2020-12-27-blogdown-checks/) + + ++ [Optimizing partitioning for Apache Spark database loads via JDBC for performance](https://jozef.io/r926-spark-jdbc-partitioning/) + ++ [Playing with Roman numerals](http://r.iresmi.net/2020/12/25/playing-with-roman-numerals/) + ++ [Ten awesome R Markdown tricks](https://towardsdatascience.com/ten-awesome-r-markdown-tricks-56ef6d41098) + ++ [Introduction to the sfo Package](https://ramikrispin.github.io/2020/12/intro-to-sfo/) + ++ [Introduction to USgas Package](https://ramikrispin.github.io/2020/12/intro-to-usgas/) + ++ [Plotting Time Series in R](https://www.business-science.io/code-tools/2020/12/30/ggplot-theme.html) + ++ [Geo maps with R and Leaflet](https://appsilon.com/leaflet-geomaps/) @@ -108,3 +189,7 @@ Events in 3 Months:
### Quotes of the Week + ++ +#rstats
— Kyle Cuilla (@kc_analytics) January 2, 2021
How it started How it’s going pic.twitter.com/mGzn9vqOBt
diff --git a/for-editor-only-draft.txt b/for-editor-only-draft.txt index 809f02e70..58d41f92c 100644 --- a/for-editor-only-draft.txt +++ b/for-editor-only-draft.txt @@ -1,11 +1,10 @@ --- layout: draft -title: R Weekly 2020-00 +title: R Weekly 2021-W00 description: Draft of the R Weekly image: https://rweekly.org/public/facebook.png --- -Release Date: 2020-00-00 + [How to have (my) content shared by R Weekly?](https://github.com/rweekly/rweekly.org#how-to-have-my-content-shared-by-r-weekly)Don't trust choropleth maps. Evidence from Switzerland! 😉 #RStats
— David Zumbach (@DavidZumbach) December 31, 2020
Shout-outs to @thomasp85 for {transformr}/{particles}, @hadleywickham et al. for {ggplot2}/{dplyr}, @edzerpebesma for {sf}, @politan_ch for {swissdd} and @hrbrmstr for {hrbrthemes}.
➡️ https://t.co/xQchB1XRPb pic.twitter.com/pzalnCUqQW