Skip to content

issue with Rcmdr

3 messages · David Winsemius, tzahaf

#
Dear

I have a problem when trying to use Rcmdr.  This is the msg I receive:


package ?Rcmdr? successfully unpacked and MD5 sums checked

The downloaded binary packages are in
         
C:\Users\toufiz00\AppData\Local\Temp\RtmpgXuxDP\downloaded_packages
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: RcmdrMisc
Error: package or namespace load failed for ?RcmdrMisc? in rbind(info, 
getNamespaceInfo(env, "S3methods")):
  number of columns of matrices must match (see arg 2)
Error: package ?RcmdrMisc? could not be loaded
I am running R 3.5.3 on WIN 10

thanks for your help

Best

Toufik
#
On 1/6/20 5:16 AM, tzahaf wrote:
Do you have RcmdrMisc installed? You can answer that question by running 
this in your R console window:


grep("RcmdrMisc", installed.packages()[,1])


If you get, as I did since I do not use Rcmdr,? this result: integer(0), 
then it means you have not yet installed the package and you should now run:


install.packages("RcmdrMisc", dependencies=TRUE)


Best;

David.
#
Dear David

I have updated R version (3.6.2) as suggested by John and now Rcmdr 
works :-)

Thanks again for your time and great help

Best regards

Toufik
On 06.01.2020 17:31, David Winsemius wrote: