saveRDS()
is an easy way to save the definition of a single unnamed object in R.
Good to know. Via fromthebottomoftheheap
Author: grant
How to generate a random number in R
How to generate a random number in R has a handful of nice examples.
help('$') in R
The R documentation is concise and rich. Documentation on $
is one example of those properties. The examples teach so much more than the few lines of space that they take up! The best practices advised and detailed explanations in the commentary make this literature required reading.
The ultimate form of travel
Truck camper magazine
The ultimate form of travel, and maybe even living.
Lexical Scope and Statistical Computing
prog-proc-mode
FWIW, I have started a `prog-proc-mode’, which is supposed to be a minor mode used in a programming mode and that makesthe link to an underlying comint mode.
— Stefan Monnier
It will make the link easier; every mode has to do it all themselves.
Via emacs.devel via ESS-help.
Equanimity is a supreme goal
Equanimity is a state of psychological stability and composure which is undisturbed by experience of or exposure to emotions, pain, or other phenomena that may cause others to lose the balance of their mind.
Via wp.
Debugging in R
Debugging in R
is quite fine.
BNF description for R
Getting started with ess-tracebug for R
Here is a great overview how to get started with ess-tracebug.