Hi, since two days one of my R packages get an travis.ci error using the R-devel, due to my settings "warningsareerrors: true". The warning is as follows: Warning: multiple methods tables found for ‘which’ I already changed the which into base::which function, which did not resolve the warning. Do any of you have a clue why since two days this warning is coming up? In May everything compiled without any warnings. Best regards and thank you in anticipation Kristian Ullrich
Hi, I am just posting what Travis CI output is showing for R-devel. It seems that there are some packages which have newer versions and these are installed. This was not happening in May.
Now during the install process of BiocGeneric I can see the
which.min
andwhich.max
function being set as new generic functions. However, thewhich
function is not among them. Might this be the problem of the initial issue "Warning: multiple methods tables found for 'which'"?Here is the output from R-release if one loads the BiocGenerics package:
and here from R-devel:
Again the
which
function is missing in the R-devel as compared to the R-release.Might be related to this commit:
https://github.com/Bioconductor/BiocGenerics/commit/69e6fad3792d19383e0782ef7a3bf70658bb7159