C7.4 Oxford physics course Updated +Created
Interesting presentation cycle at Merton BTW: www.arturekert.org/teaching/merton
Artur looks like a cool teacher.
R (programming language) Updated +Created
Ubuntu 23.04 install:
sudo apt install rbase
Hello world:
R -e 'print("hello world")'
Install a package, e.g. Bookdown:
sudo R -e 'install.packages("bookdown")'