On 08/26/2016 08:59 PM, Dario Strbenac wrote:
Recently, the overview webpage of the development version of Repitools has vanished. It is still listed in the build report, though. There are also some strange build errors on Linux.
I think your package has never built under bioc-devel on linux (at least, this would explain why it does not have a landing page). The error is removed by reversing the order of includes, I guess because of macros defined in mconf that conflict with those set by / expected by Rmath.h
Repitools$ svn diff Index: src/hyp2f1.c =================================================================== --- src/hyp2f1.c (revision 120550) +++ src/hyp2f1.c (working copy) @@ -78,8 +78,8 @@ */ +#include <Rmath.h> #include <mconf.h> -#include <Rmath.h> #include <Rexchange.h> //#include <gsl/gsl_sf_hyperg.h>
-------------------------------------- Dario Strbenac University of Sydney Camperdown NSW 2050 Australia _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel
This email message may contain legally privileged and/or...{{dropped:2}} _______________________________________________ Bioc-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/bioc-devel