#set working directory to desktop, p: drive, or your USB drive using "File/Change dir..." desktop = getwd() options(repos = "http://www.biometrics.mtu.edu/CRAN") # #having problems finding this package, but you can use bbmle instead (see course website) install.packages("stats4", destdir = desktop, lib = desktop) library(RWinEdt, lib = desktop) # install.packages("RWinEdt", destdir = desktop, lib = desktop) library(RWinEdt, lib = desktop) # #you won't need Rcmdr this week, but it may be useful in the field course install.packages("Rcmdr", destdir = desktop, lib = desktop) library(Rcmdr, lib = desktop)