search for: myrfolder

Displaying 1 result from an estimated 1 matches for "myrfolder".

Did you mean: myfolder
2008 Apr 13
1
.Rprofile, date tagging history, loading packages
...h(Sys.getenv("HOME"), "R", "mystuff.R")) # my personal functions library(MASS) # attach a package } Thanks, Bob My whole .Rprofile: # Startup Settings # Place any R commands below. options(width=64, digits=5, show.signif.stars=TRUE) set.seed(1234) setwd("/myRfolder") myPackages <- c("car","foreign","hexbin", "ggplot2","gmodels","gplots", "Hmisc", "lattice", "reshape","ggplot2","Rcmdr") utils::loadhistory(file = "myCumulative.Rhistory&...