The result of R CMD check is different from terminal and R studio

From the R studio via[Buld] > [Check] , my package does not caontain errors.

However,

from the Command Prompt, the R CMD check MyPkgPath has error and warrnings. Why the two result is different ?


I run for the R studio console to run the suspicious code, then the code goes well but the following message launched:

In doTryCatch(return(expr), name, parentenv, handler) : display list redraw incomplete

I think from the R studio, the above message was not considered error or warning.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.