Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-15 Thread Naeem Khoshnevis
Dear Dirk and Simon, Thank you so much for letting me know. Yes, I understand it is off-topic. Best regards, Naeem On Thu, Jul 15, 2021 at 5:46 PM Simon Urbanek wrote: > Naeem, > > sorry, no, I can't help you then, the instructions only apply to standard > macOS and won't help in your case. Al

Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-15 Thread Dirk Eddelbuettel
On 15 July 2021 at 15:44, Naeem Khoshnevis wrote: | Thanks, Simon and Dirk, | | I can install the packages normally on macOS. However, I want to install it | in a conda environment. That is (for all intents and purposes) a different use case than what we support (for free) so I suggest you rely

Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-15 Thread Naeem Khoshnevis
Thanks, Simon and Dirk, I can install the packages normally on macOS. However, I want to install it in a conda environment. Thanks for sharing the link. I really appreciate it. Here is a reproducible example, in case you have time to try. On macOS: Step 1: create a conda environment and install

Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-15 Thread Simon Urbanek
Naeem, I'm not sure which issues are you talking about specifically. If your package is well written, the instructions at https://mac.r-project.org/openmp/ should be sufficient with regular CRAN installation of R and standard tools. Cheers, Simon > On Jul 15, 2021, at 02:41, Naeem Khoshnevis

Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-14 Thread Dirk Eddelbuettel
Hi Naeem, On 14 July 2021 at 11:03, Naeem Khoshnevis wrote: | Thank you so much for your response. Rcpp is excellent, and I am using it | (with OpenMP), and it significantly improved the package (Thank you!). I | have tried it on macOS and centos. Ok, as stated, I do not work on or know macOS. O

Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-14 Thread Naeem Khoshnevis
Hi Dirk, Thank you so much for your response. Rcpp is excellent, and I am using it (with OpenMP), and it significantly improved the package (Thank you!). I have tried it on macOS and centos. I was trying to set up a conda environment. There are many HPC clusters that are using old versions of R as

Re: [Rcpp-devel] Troubleshooting dependency issues

2021-07-14 Thread Dirk Eddelbuettel
Hi Naeem, On 14 July 2021 at 09:41, Naeem Khoshnevis wrote: | Hi, | | I hope this email finds you well. | I wondered what the best approaches to troubleshooting C++ dependencies | issues in general and specifically in R are; specifically, those packages | which are using OpenMP and we want to in