To the question of why it used to work but now it doesn't, I have noticed that 
often when I update packages with dependencies but some error occurs during the 
update, some existing packages that used to work are removed and must be 
re-installed manually. I have not tried to make a reproducible example but the 
pattern of breaking depencies has been noticeable for the last year or so. 
-- 
Sent from my phone. Please excuse my brevity.

On March 9, 2017 8:11:05 AM PST, Ulrik Stervbo <ulrik.ster...@gmail.com> wrote:
>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.

______________________________________________
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.

Reply via email to