Skip to content
Prev 385807 / 398503 Next

R for mac

Michael,

I would propose the easiest way (and appropriate in a student setting is
via Homebrew (https://brew.sh/)

	 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

	 brew install R
	 brew cask install Rstudio

and thereafter once in a while

	 brew upgrade
	 brew upgrade --cask
	 brew cleanup -s

and from within Rstudio

	 Tools -> Check for Package Updates...
	 Select All

el
On 25/09/2020 06:55, Michael Johnston wrote:
[...]