I have installed Microsoft Open R in my Windows 10 laptop for better performance. I am trying to use RcppArmadillo package. The package is installed properly but when I try to load it throws the following error.
Error: package or namespace load failed for ‘RcppArmadillo’ in rbind(info, getNamespaceInfo(env, "S3methods")): number of columns of matrices must match (see arg 2)
Please help with the problem.
Is there any alternate way to directly link the Intel MKL libraries with RcppArmadillo in Windows 10?