R/install.eat.dep.R

install.eat.dep <- function ( ) {
		cat ( paste0 ( "installing eat dependencies (not on r-forge):" , "\n" ) )
		pkgs <- c ( "reshape2" , "igraph", "survey", "Hmisc", "combinat", "fmsb", "psych", "xlsx", "date", "gdata", "sendmailR" , "stringr" , "ggplot2" , "R.utils" , "lme4" , "car" , "mice" )
		tried <- try ( install.packages ( pkgs , repos = "http://cran.us.r-project.org" ) )
}

Try the eat package in your browser

Any scripts or data that you put into this service are public.

eat documentation built on May 2, 2019, 5:47 p.m.