Highlights in R 4.3.0

R version 4.3.0 was released on Friday. Here are my highlights from the release notes.

Read more →

data.table joins

Natural equi-joins in data.table, no frills.

Read more →

What version of a package added a function; or, binary search in R

I came across this Stack Overflow question about how to find out when a given function was released. It turns out that a binary search lets us find out faster.
Read more →