Hello,
I have created my own R package for my company but for some of the users, when they install the package, they are facing the following issue:
make: stat: equipped.dll: Too many levels of symbolic links
make: stat: RcppExports.o: Too many levels of symbolic links
make: *** No rule to make target 'RcppExports.o', needed by 'equipped.dll'. Stop.
ERROR: compilation failed for package 'equipped'
The name of the package is equipped. Inside the package, I have used Rcpp code as well. When I compile the Rcpp attributes using Rcpp::compileAttributes() to the source, it compiles fine for all the users but for some of the users, it gives error while installing the library.
Let me know if you need more information on the same.
Hello, I have created my own R package for my company but for some of the users, when they install the package, they are facing the following issue:
The name of the package is equipped. Inside the package, I have used Rcpp code as well. When I compile the Rcpp attributes using Rcpp::compileAttributes() to the source, it compiles fine for all the users but for some of the users, it gives error while installing the library.
Let me know if you need more information on the same.
Regards, Vishal