Hi Paul, The error tells you, that the 'Hmisc' does not exist on your system. If you install it, everything should work.
Use install.packages with dependencies = TRUE to avoid the problem of missing packages. HTH Ulrik On Thu, 9 Mar 2017 at 16:51 Paul Bernal <paulberna...@gmail.com> wrote: Hello friends, Has anyone experienced trouble when trying to load package Rcmdr? It was working perfectly a couple of days ago, I don´t know why it isn´t working. > library("Rcmdr") Loading required package: splines Loading required package: RcmdrMisc Loading required package: car Loading required package: sandwich Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called ‘Hmisc’ Error: package ‘RcmdrMisc’ could not be loaded [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.