Message-ID: <CAOQ5Nyf0DPAMVm=OxWb0gy8ynJAwsT4EX4ruzq_yc8kNJPRCpA@mail.gmail.com>
Date: 2016-09-23T13:45:06Z
From: Michael Lawrence
Subject: [Bioc-devel] Package warning due to function replacement
In-Reply-To: <D0E796E178BB3C42B982ED9DB505A5AD45B1C73D@EXDAG0-B0.intra.cea.fr>
You'll need to either `importFrom(Biobase, only, the, symbols,
needed)` or use the `except="combine"` argument to `import()`.
On Fri, Sep 23, 2016 at 4:59 AM, THEVENOT Etienne 207099
<Etienne.THEVENOT at cea.fr> wrote:
> Dear Bioc Team,
>
> First of all thanks a lot again for all the time you spend developing and maintaining the Bioc repository.
>
> I recently added 'Biobase' as "suggests" in the 'biosigner' package in order to have the biosign method work on 'ExpressionSet' objects (devel version of 'biosigner').
>
> Since it appears that the 'combine' method from 'Biobase' is common to a combine method from 'randomForest' (imported in 'biosigner'), the following warning is generated:
>
> Warning: replacing previous import 'Biobase::combine' by 'randomForest::combine' when loading 'biosigner'
>
> This message is fine for me (the 'combine' method from Biobase is not used in 'biosigner'), but I wanted to check that getting such a warning will not prevent the devel version to move into the next bioc release.
>
> I thank you in advance for your answer.
>
> Kind Regards,
>
> Etienne.
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel