Skip to content
Prev 3916 / 15075 Next

Problem with packages after update to R 2.6

Michael Kubovy wrote:
Try making the list of packages into a character vector:

install.packages(c('car','Hmisc','doBy','lme4','gmodels','gplots','gdata'))

Does that work for you?

Sean