Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define STRICT_R_HEADERS, include cfloat, use FLT_EPSILON and M_PI #55

Merged
merged 1 commit into from
May 3, 2021

Conversation

eddelbuettel
Copy link
Contributor

Hi Max,

Your CRAN package Gmisc uses Rcpp, and is affected if we add a definition of STRICT_R_HEADERS as we would like to do. Please see the discussion at RcppCore/Rcpp#1158 and the links therein for more context on this.

Here, instead of prefixing each #include <Rcpp.h> with STRICT_R_HEADERS we define it in src/Makevars* for a more minimal changeset (I think I personally prefer it in each file, but in your case the single joint header is very good too) . The actual change that is needed is the inclusion of cfloat (or float.h, C style) in the header and then a simple change from PI to M_PI, and to FLT_EPSILON in two files.

It would be lovely if you could apply this. There is no strong urgency: we aim to get this done over all affected packages in the space of a few months. If you apply it, would you mind dropping me a note by email or swinging by RcppCore/Rcpp#1158 to confirm?

Many thanks for your help, and I hope you continue to find Rcpp helpful. Please don't hesitate to ask if you have any questions.

@gforge gforge merged commit 6be1f71 into gforge:master May 3, 2021
@gforge
Copy link
Owner

gforge commented May 3, 2021

Thanks! Compiled and seems to work!

@eddelbuettel
Copy link
Contributor Author

Yes, I checked all the PR (or patches) I sent. Should really work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants