harrelfe / Hmisc

Harrell Miscellaneous
Other
205 stars 81 forks source link

Package Hmisc is not loadable #127

Open aoezd opened 4 years ago

aoezd commented 4 years ago

After installing the package Hmisc and loading it I get following error:

> install.packages("Hmisc")
> library("Hmisc")
Error: package or namespace load failed for ‘Hmisc’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 there is no package called ‘xfun’

Interesting is that the newst version of xfun was published today (see here).

Locally I have R-3.6.3 running.

Thanks in advance.

SamGG commented 4 years ago

Hi, xfun is not mentioned in the NAMESPACE of Hmisc. It's probably one of the packages used by Hmisc that has a problem with xfun update. If you want to solve this, install xfun. If you want to understand the problem, no idea. Best.