Re: [R-pkg-devel] Linking Problem on MacOS

2023-05-26 Thread Ivan Krylov
В Thu, 25 May 2023 11:57:07 + Sameh Abdulah пишет: > We are developing an R-C++ package that relies on several libraries, > including Rcpp Thankfully, using the Rcpp package in your own packages is a well-documented, reliable process. By the way, can we see the code? > blas, lapack These

[R-pkg-devel] Linking Problem on MacOS

2023-05-25 Thread Sameh Abdulah
Hi, We are developing an R-C++ package that relies on several libraries, including Rcpp, blas, lapack, blaspp, and lapackpp. The flow of our package is as follows: When running the package, we only require Rcpp. If any other necessary libraries are not found, they will be automatically downloade