Over the past months, heavy market drifts have occurred, and no one could have imagined the frenzy of free money being stopped. The idea that the end of history had arrived has…
Category: Blogging
Use of the apply family of functions
In this post I will talk about the use of the R functions apply(), lapply(), sapply(), tapply(), and vapply() with examples. These functions are all designed to help users apply a function…
Managing Large R Codebases webinar (summary and slides)
[This article was first published on R by R(yo), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers?…
ShinyConf 2022 – Short Recap of the 2022 R Shiny Conference (Projects, Talks, and Showcases)
ShinyConf 2023 begins this week! With a great lineup of speakers and showcases this year, we thought we’d recap a small handful of last year’s recorded talks. 2022 was a big year…
Seeking community endorsement for an upgrade to Big Book of R
The R Consortium has opened a call for proposals seeking projects that improve the technical or social infrastructure of the R ecosystem. For a long time now I’ve wanted to make some…
How to Win a Game (or More) of Super Six
Abstract: We use simulation to analyse the family dicing game “Super Six”. In particular we show that the person starting the game has a very high chance of winning the game. Furthermore,…
IBA cocktails in csv and json format: But why?!!
[This article was first published on R on Publishable Stuff, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on…
The International Bartenders Association (IBA) cocktails in csv and json format
[This article was first published on R on Publishable Stuff, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on…
alone in Napoli
[This article was first published on R – Xi’an’s Og, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on…
Almost Bare Bones WebR Starter App
Let’s walk through how to set up a ~minimal HTML/JS/CS + WebR-powered “app” on a server you own. This will be vanilla JS (i.e. no React/Vue/npm/bundler) you can hack on at-will. TL;DR:…