Hello World.
I’m writing this text line-by line in R running on Debian in Termux on an Android flip phone that isn’t even meant to run apps. How exciting!
It’s taken a few tries, from forgetting to use double quotes, to navigating the deprecated knitr::knit2html() function, to simple typos in disastrous locations.
Let’s try running some R code.
vals = replicate(1000, rnorm(1))
hist(vals)
I think that’ll do for now. I’m out of ideas.
Signing off,