[R-pkg-devel] NOTE or Information?

Enrico Schumann e@ @end|ng |rom enr|co@chum@nn@net
Tue Nov 28 13:48:23 CET 2023


On Tue, 28 Nov 2023, Göran Broström writes:

> 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
>

A `%||%` operator has been added to R-devel, and hence
the warning about masking:

    https://github.com/r-devel/r-svn/commit/aa23547f2c5a80752194647c811fa2c1433d43b9



-- 
Enrico Schumann
Lucerne, Switzerland
http://enricoschumann.net



More information about the R-package-devel mailing list