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:
On 1/6/20 5:16 AM, tzahaf wrote:
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
local({pkg <- select.list(sort(.packages(all.available =
TRUE)),graphics=TRUE)
+ 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
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.
I am running R 3.5.3 on WIN 10
thanks for your help
Best
Toufik
______________________________________________
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.