On 2024-06-02 7:39 p.m., Iris Simmons wrote:
To avoid the remapping of beta to Rf_beta, you should
define R_NO_REMAP_RMATH before you include Rmath:
#define R_NO_REMAP_RMATH
#include
... and then remember to include the "Rf_" prefix on the routines that
you do want to use.
Duncan Murdoch
Thank you for the suggestion! It looks like that caused problems with other
parts of the code, so I just added these couple of lines after the import
to avoid the beta remaps:
#ifdef beta
#undef beta
#endif
On Mon, Jun 3, 2024 at 5:56 AM Duncan Murdoch
wrote:
> On 2024-06-02 7:39 p.m., Iris Sim
Hello once again,
Unfortunately, I didn't receive a reply to the mail I sent CRAN nor the
follow-up/reminder I sent on 2024-05-09. It's been nearly a month now. I
understand they're busy of course, but it's a bit disheartening not to
know what one can do to remedy the situation after putting i
Othman,
I'm not sure why you would expect a response from CRAN. The ball is in your
court - you have to either fix your code (ideally) or provide a justification
why you think it is safe. I have not seen any email from you to
c...@r-project.org and you have not mentioned the name of the package
Hello Simon,
I must be misunderstanding something, am I expected to CC the mailing
list when replying to CRAN? I was just trying to follow the instructions
in the email which states
> If you are fairly certain the rejection is a false positive, please
reply-all to this message and explain.
T