This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
John Coene
john-coene.com
did:plc:27xr3bzzux5shahwf3aztr7j
I genuinely had no idea #rstats technically has a module system.
my_module <- new.env()
source("helpers.R", local = my_module)
my_module$add(1, 2)
2026-01-25T11:26:07.251Z