Every time I run devtools::check()
on my package it throws a note about:
> checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
‘.DS_Store’
My .Rbuildignore includes:
^.*\.Rproj$
^\.Rproj\.user$
^\.DS_Store$
How can I tell the check()
to ignore the file?