Skip to content
Prev 19225 / 21318 Next

[Bioc-devel] Package checks with WARNING

Hi ?scar,
On 12/10/2022 01:09, Lapuente Santana, Oscar via Bioc-devel wrote:

            
Sure but you can get rid of it by importing only what you need from the 
coin package. Right now you import the full coin namespace, by having 
import(coin) in your NAMESPACE file, and that introduces a clash with 
importFrom(rstatix,wilcox_test) that you also have in there.

I'm actually not sure what you need coin for (I was not able to find a 
place in your code where you make any use of it). So maybe you could 
just drop that dependency entirely?

Best,

H.