Re: [R] Unable to Load package Rcmdr after installation

2017-03-10 Thread Paul Bernal
but the thing is that I tried installing adn loading tve > >> Hmisc package but wasn't able to do that either. > >> > >> > >> Mensaje original > >> Asunto: Re: [R] Unable to Load package Rcmdr after installation > >> De: Ulri

Re: [R] Unable to Load package Rcmdr after installation

2017-03-10 Thread Fox, John
il.com > >wrote: > >> Thanks Ulrik, but the thing is that I tried installing adn loading tve >> Hmisc package but wasn't able to do that either. >> >> >> ---- Mensaje original >> Asunto: Re: [R] Unable to Load package Rcmdr afte

Re: [R] Unable to Load package Rcmdr after installation

2017-03-09 Thread Ulrik Stervbo
ling adn loading tve > Hmisc package but wasn't able to do that either. > > > Mensaje original ---- > Asunto: Re: [R] Unable to Load package Rcmdr after installation > De: Ulrik Stervbo > Para: Paul Bernal ,r-help@r-project.org > CC: > > > Hi Paul, >

Re: [R] Unable to Load package Rcmdr after installation

2017-03-09 Thread Jeff Newmiller
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 e

Re: [R] Unable to Load package Rcmdr after installation

2017-03-09 Thread Ulrik Stervbo
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 wrote: Hello friends, Has anyone

[R] Unable to Load package Rcmdr after installation

2017-03-09 Thread Paul Bernal
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 require