Skip to content
Prev 32332 / 63421 Next

R CMD check dislikes .git directories

On 21/04/2009 7:59 PM, Dan Kelley wrote:
According to the R Extensions manual, it excludes dirs named CVS, .svn, 
.arch-ids, .bzr, and git.  Is .git the right thing to exclude instead of 
git, or are both possible?

The same section points out the workaround:  use the .Rbuildignore file 
to say what isn't really part of your package.

Duncan Murdoch