Hey Ive just installed the Rcmdr package and have already installed other dependent packages Hmisc and data.table and it is showing that it has already installed 'Rcmdr' but still the error goes like this
>library(Rcmdr)
Loading required package: RcmdrMisc
Loading required package: car
Loading required package: sandwich
Error: package or namespace load failed for ‘RcmdrMisc’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
** object 'vI' not found**
Error: package ‘RcmdrMisc’ could not be loaded
and additionally
library("Hmisc")
Loading required package: lattice
Loading required package: survival
Loading required package: Formula
Loading required package: ggplot2
Error: package or namespace load failed for ‘Hmisc’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
object 'vI' not found
and why does this loadNamespace keep comming everywhere I am fed up of this.
Thanks in Advance