The apply() Family of Functions in R

April 13, 2025 | Nick Han

The apply() family of functions in R is a powerful tool for applying operations to data structures like matrices, data frames, and lists. These functions help you write concise and efficient code by avoiding explicit loops. Here’s what we’ll cover: Introduction: A brief overview of the apply() family ... [Read more...]

Exploring a 3-D Synthetic Dataset

April 11, 2025 | John Russell

Exploring the HistData package Over on BlueSky, I have been working through a few challenges. For the months of February and March, I participated in the DuBois Challenge, where you take a week to recreate some of the powerful visualizations that came out of the Paris Exposition from W.E....
[Read more...]

[R] data.table’s frank()

April 11, 2025 | Zhenguo Zhang

Zhenguo Zhang's Blog /2025/04/12/r-data-table-s-frank/ - knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) library(knitr) library(data.table) One can use data.table::frank() to rank the rows of a data.table or simply a vector. Comp... [Read more...]

Down a Rabbit Hole with ARIMA Models

April 10, 2025 | Joseph Rickert

In my previous post A First Look at TimeGPT using nixtlar, I used the auto.arima() function from the forecast package to fit an ARIMA model to a time series of electricity usage data in order to compare and ARIMA forecast with the TimeGPT foreca...
[Read more...]

What’s new in R 4.5.0?

April 10, 2025 | The Jumping Rivers Blog

R 4.5.0 (“How About a Twenty-Six”) was released on 11th April, 2025. Here we summarise some of the interesting changes that have been introduced. In previous blog posts we have discussed the new features introduced in R 4.4.0 and earlier versions...
[Read more...]

R Dev Days 2025

April 9, 2025 | Heather Turner

R Dev Days are events for novice and experienced contributors to collaborate on contributions to the code, documentation and translations in base R. There are several planned in the coming months with application/registration deadlines in the ne...
[Read more...]

Moving back home

April 8, 2025 | HighlandR

Apologies for this very poor blog post, but this is the easiest way to inform most readers at the same time. In case you did not notice, my website has changed back from my name dot net, to my name dot com. Just change the domain over and... [Read more...]

Shiny in Production 2024 Videos

April 8, 2025 | The Jumping Rivers Blog

2024 Videos Considering a ticket for Shiny in Production 2025 but unsure what to expect? Maybe you attended in past years but missed out in 2024, or you simply want a refresher on last year’s highlights. Whatever the case, the video player below has you covered! Explore six in-depth talks, four lightning ...
[Read more...]

A Quick Guide to Getting the Most Out of ShinyConf 2025

April 8, 2025 | Gift Kenneth

ShinyConf 2025 is almost here! From April 9 to 11, thousands of data scientists, developers, and Shiny fans will come together online to share ideas, build skills, and connect. Whether you’re joining for the workshops, the talks, the networking, or all of it, this post will walk you through how to get ...
[Read more...]

Code collaboration in NEST

April 7, 2025 | Ilse Augustyns

In the ever-evolving field of clinical data analysis, innovation and collaboration are key. Today, we are pleased to share an initial, yet important milestone as part of a collaboration effort between Roche and Clinical & Statistical Progr... [Read more...]
1 2 3 2,169