Closed paulmenzel closed 5 years ago
Thanks, @paulmenzel, for noticing. @jstansfield0, any thoughts? I can see the function appears in a few places, but don't see anything that may generate such warning.
./R/hic_compare.R:99: A.min <- mean(A_q10) %>% ceiling()
./R/hic_compare.R:183: dist_85 <- ceiling(0.85 * length(all_dist))
./R/hic_diff.R:157: dist_85 <- ceiling(0.85 * length(all_dist))
It doesn't seem the problem of R, Google gives the reference back to 2018, https://bioc.ism.ac.jp/checkResults/3.7/bioc-LATEST/HiCcompare/tokay2-install.html
I'm not sure why you are getting that note. Does the package build and work for you when you try the examples or run the vignette? If so, I don't think there is actually any problem.
Closed due to a non-critical warning. Reopen if it causes troubles.
How should somebody know, if it causes trouble? The example I tested looked alright, but that does mean anything.
We have tested the package extensively using the ground-truth data and getting the expected results, as described in the paper. We have not experienced any issues that may be caused by this warning.
I suppose it is because of using pipeline operator.
Thanks, @mehdi-abbassi, @jstansfield0, please, check when you get a chance.
Building the package with R 3.6.0 gives the warning below.