[R] Unexpected interference between dplyr and plm
Hadley Wickham
hadley at rstudio.com
Tue Nov 29 20:26:34 CET 2016
On Tue, Nov 29, 2016 at 11:52 AM, William Dunlap <wdunlap at tibco.com> wrote:
>>The other option would be to load dplyr first (which would give the waring
>> that >stats::lag was masked) and then later load plm (which should give a
>> further >warning that dplyr::lag is masked). Then the plm::lag function will
>> be found
>>first.
>
> Another option is to write the package maintainers and complain
> that masking core functions is painful for users.
Don't worry; many people have done that.
Hadley
--
http://hadley.nz
More information about the R-help
mailing list