Skip to content

Instantly share code, notes, and snippets.

@jtleek
jtleek / hadley-talk.R
Created August 7, 2025 13:56
Hadley Talk Demo from JSM 2025 using scorcher
######
### Load libraries - you'll need to install these!
#####
library(tidyverse)
library(torch)
library(scorcher)
######