[Rcpp-devel] Any recent change that would remove Rcpp_precious_remove?

2021-07-15 Thread ma wh
Hi list Colleague of mine wrote some R last week that was working OK, and hasn't been changed in itself since that time. This week it's ceased working( I've tried it on my machine and also see a fail, the following error is encountered: Error in C_valid_tz(tzone): Function 'Rcpp_precious_remove

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] Any recent change that would remove Rcpp_precious_remove?

2021-07-15 Thread Dirk Eddelbuettel
On 15 July 2021 at 08:24, ma wh wrote: | Colleague of mine wrote some R last week that was working OK, and hasn't been changed in itself since that time. This week it's ceased working( I've tried it on my machine and also see a fail, the following error is encountered: | | Error in C_valid_tz(t

Re: [Rcpp-devel] Any recent change that would remove Rcpp_precious_remove?

2021-07-15 Thread Iñaki Ucar
On Thu, 15 Jul 2021 at 10:27, ma wh wrote: > > Hi list > > Colleague of mine wrote some R last week that was working OK, and hasn't been > changed in itself since that time. This week it's ceased working( I've tried > it on my machine and also see a fail, the following error is encountered: > >

Re: [Rcpp-devel] Any recent change that would remove Rcpp_precious_remove?

2021-07-15 Thread Dirk Eddelbuettel
On 15 July 2021 at 14:41, Iñaki Ucar wrote: | On Thu, 15 Jul 2021 at 10:27, ma wh wrote: | > Error in C_valid_tz(tzone): Function 'Rcpp_precious_remove' not provided by package 'Rcpp' | | TL;DR: update your library. Good catch by Inaki. I had overlooked the C_valid_tz() handle. You are trying

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