The following instructions will allow you to set up RStudio locally on your machine.
hanoverbase package and its dependencies:
install.packages("devtools") to install the development tools package.library(devtools) to load the devtools package.install_github("skiadas/hanover-base", subdir="pkg") to install the hanoverbase package and its dependencies. This process may take a couple minutes, as it will install a lot of packages. When it is complete, you will see the message DONE (hanoverbase) and the RStudio prompt (>) will reappear.library(hanoverbase) to load the hanoverbase package and its dependencies.