Hi Tiago,
Our build is currently failing: http://bioconductor.org/checkResults/devel/bioc-LATEST/coMethDMR/nebbiolo1-checksrc.html
The issue is that tail() is not imported from the utils:: namespace to ours. Can you please add this dependency? Code in question below:
|
tail(names(res[res$title == char,]),1) |
@fveitz, when Tiago is finished, please check the package again, increment to version 0.99.17 (to trigger a new build), and push to Bioconductor?
thank you both!
Hi Tiago,
Our build is currently failing: http://bioconductor.org/checkResults/devel/bioc-LATEST/coMethDMR/nebbiolo1-checksrc.html
The issue is that
tail()is not imported from theutils::namespace to ours. Can you please add this dependency? Code in question below:coMethDMR/R/zzz.R
Line 41 in 0c06d01
@fveitz, when Tiago is finished, please check the package again, increment to version 0.99.17 (to trigger a new build), and push to Bioconductor?
thank you both!