You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firts of all my n = 1, since I have one package in which Rcpp is used.
The file RcppExports.R that is createad by Rcpp always produces a Trailing blank line. I have to remove it at every rebuild to be lint free.
If this is consistent, IMO it might be desirable to ignore RcppExports when linting. Otherwise you have to remove the trailing line in this file after each build to be lint free.