Hands-on R Lecture for Makino Lab
Prerequisite
-
Set OS language to English (System Preferences → Language & Region)
-
Install Command Line Tools via Terminal.app:
xcode-select --install
Full Xcode is not necessary, but you can have it if you like.
-
Install Homebrew (software manager):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Restart Terminal.app (or shell:
exec $SHELL -l
) -
Install R and RStudio with Homebrew
brew cask install r rstudio
Index
- 2019-10-09 14:00 | Why do we use R?
- 2019-10-09 14:20 | R basics
- 2019-10-09 14:40 | Visualization with R
- 2019-10-16 14:00 | Tidying and transforming data with R
- 2019-10-23 14:00 | Statistical analysis with R
- 2019-10-30 14:00 | File management with Git+GitHub