Skip to content
Prev 7768 / 12125 Next

[R-pkg-devel] Submission did not pass incoming checks

On Sun, 27 Feb 2022 13:15:43 -0500
spsanderson at gmail.com wrote:

            
        
The important part is the following NOTE from
https://win-builder.r-project.org/incoming_pretest/healthyR.ai_0.0.6_20220227_175008/Debian/00check.log:
It even suggests how to solve the problem: use inherits(.x, 'Date')
instead of class(.x) == 'Date'. For more information, see the R blog:
https://developer.r-project.org/Blog/public/2019/11/09/when-you-think-class.-think-again/index.html