Hello All,
I am getting the following error while loading a library
library(Hmisc)
Error: package or namespace load failed for in inDL(x, as.logical(local), as.logical(now), ...):
- ICU init failed: U_FILE_ACCESS_ERROR*
I have tried many of the things mentioned in this forum , none seems to be work.
Basically 3 libraries are failing to load
library(Hmisc)
library(caret)
library(reshape2)
All other libraries are loading fine. Please help me .
thanks
Jay