I need to do an rlang release for the same format warning!

I'll take this opportunity to look into conditionally exporting `%||%`
from base, which should solve that warning.

Best,
Lionel

On 11/28/23, Göran Broström <g...@ehar.se> wrote:
> A thirty-year-old format error in the C code of my package eha was
> finally detected by the latest R-devel, thanks to CRAN for that!
>
> However, I also get a message never seen before, when I check the package:
>
> ---------------------------------------------------
> Attaching package: ‘rlang’
>
> The following object is masked from ‘package:base’:
>
>      %||%
> ---------------------------------------------------
>
> I guess that this is a result of my use of devtools and roxygen for
> writing documentation. Is this a bug in rlang and the mask part of the
> message will go away when it is fixed?
>
> Thanks, Göran
>
> ______________________________________________
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to