R:Error while loading Hmisc and psych

254 views Asked by At

I received 2 errors while trying to library Hmisc and psych:

1)

Error : .onLoad failed in loadNamespace() for 'grid', details:
  call: fun(libname, pkgname)
  error: object 'L_initGrid' not found
In addition: There were 13 warnings (use warnings() to see them)
Error: package or namespace load failed for ‘psych’

2)

Loading required package: lattice
Error : .onLoad failed in loadNamespace() for 'grid', details:
  call: fun(libname, pkgname)
  error: object 'L_initGrid' not found
In addition: There were 13 warnings (use warnings() to see them)
Error: package ‘lattice’ could not be loaded

I have both packages installed on my R 3-4.1 version.

Could you suggest how to resolve the problem?

0

There are 0 answers