Do not import the functions explicitly, just refer to them as
plyr::mutate and dplyr::mutate.
For the :: references, you do not need to use @importFrom.
Gabor
On Mon, Jun 12, 2017 at 10:44 AM, Patrick Schratz
wrote:
> Hi guys,
>
> I’m using both ‘plyr’ and ‘dplyr’ in my package, specifically th
Hi guys,
I’m using both ‘plyr’ and ‘dplyr’ in my package, specifically the ‘mutate’
function of each. I use ‘plyr::mutate’ and ‘dplyr::mutate’ in two different
functions and import both using roxygen2 notation 'importFrom plyr mutate’ (the
same for dplyr). However, I cannot get rid of the warn