For discussions related to modeling, machine learning and deep learning. Related packages include caret, modelr, yardstick, rsample, parsnip, tensorflow, keras, cloudml, and tfestimators.
Hi, I just installed caret package in my R program and its dependencies but when I load it, it displays an error message,
"The procedure entry point DATAPTR could not be located in the dynamic link library R.dll."
and in the console message,
"Error: package or namespace load failed for ‘caret’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Users/a077001049/Documents/R/win-library/3.4/stringi/libs/i386/stringi.dll':
LoadLibrary failure: The specified procedure could not be found."
What is the problem in my installation process?
Thanks.