В 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
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