I have gone through the threads related to qdap but their problem is not the same as mine. Moreover, many of them do not have accepted answers. I installed 'qdap' package but when I load it using library(qdap)
, it returns the following error:
Error: package or namespace load failed for ‘qdap’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called ‘openNLPdata’
I have even tried install.packages("qdap", dependencies = TRUE)
but that did not make any difference. Any information in this regard will be helpful.