Skip to content

put ascot.Rproj and LICENSE.md into .Rbuildignore

Dave Miller requested to merge rbuildignore into main

running R CMD CHECK gives the error:

❯ checking top-level files ... NOTE
  Non-standard files/directories found at top level:
    ‘LICENSE.md’ ‘ascot.Rproj’

R doesn't expect these files, so we include them in .Rbuildignore

Merge request reports