install.packages(c("tidyverse", "lubridate", "ratdat"))
library(tidyverse)
If you do not see an error like there is no package called '...'
you are good to go!
install.packages(c("tidyverse", "lubridate", "ratdat"))
library(tidyverse)
If you do not see an error like there is no package called '...'
you are good to go!Note for administrators of shared lab computers: If you are installing R on a shared computer, you may need to run the installer as administrator (right-click on .exe file and select "Run as administrator" instead of double-clicking) or take other actions to ensure that all users can run R. You can find more information about troubleshooting installation on shared Windows machines here:
sudo apt-get install r-base
.sudo dnf install R
.
install.packages(c("tidyverse", "lubridate", "ratdat"))
library(tidyverse)
If you do not see an error like there is no package called '...'
you are good to go!Copyright @ The Regents of the University of California. All rights reserved.