library(Rcmdr)
Loading required package: RcmdrMisc
Error: package or namespace load failed for ‘RcmdrMisc’:
object ‘print.rcorr’ is not exported by 'namespace:Hmisc'
Error: package ‘RcmdrMisc’ could not be loaded
Asked
Active
Viewed 770 times
-1

A5C1D2H2I1M1N2O1R2T1
- 190,393
- 28
- 405
- 485

sunil
- 1
-
Have you tried installing RcmdrMisc and Hmisc? – A5C1D2H2I1M1N2O1R2T1 Dec 21 '17 at 17:09
-
yes... already done that – sunil Dec 21 '17 at 17:58
1 Answers
0
Or, as a temporary workaround until fixed: install old Version (r-oldrel) of Hmisc: https://cran.r-project.org/package=Hmisc

Karsten
- 1