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

More breakage around Rf_list*() #1053

Closed
eddelbuettel opened this issue Mar 18, 2020 · 0 comments
Closed

More breakage around Rf_list*() #1053

eddelbuettel opened this issue Mar 18, 2020 · 0 comments

Comments

@eddelbuettel
Copy link
Member

CRAN reports that BioConductor package GOSemSim no longer installs.

I can confirm this with Rcpp 1.0.4.2 too:

In file included from /usr/local/lib/R/site-library/Rcpp/include/RcppCommon.h:135,
                 from /usr/local/lib/R/site-library/Rcpp/include/Rcpp.h:27,
                 from ICmethod.cpp:1:
/usr/local/lib/R/site-library/Rcpp/include/Rcpp/lang.h:27:20: \  
   error: ‘Rf_list2’ is not a member of ‘Rcpp’; did you mean ‘Rcpp_list20’?
   27 | #define Rcpp_list2 Rf_list2
      |                    ^~~~~~~~
ICmethod.cpp:117:32: note: in expansion of macro ‘Rcpp_list2’
  117 |   res.attr("dimnames") = Rcpp::Rcpp_list2( id1_, id2_ );
      |                                ^~~~~~~~~~

This is presumably another side effect of #1014 just like #1048 was (which got fixed in #1049). I will take a look. I can also confirm that Rcpp 1.0.3 does not have the issue, so we regressed :-/

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

No branches or pull requests

1 participant