I\'m pretty sure that a lot of you guys out there are using git as CVS. How do you bypass the following warning on R CMD check:
git
R CMD check
* c
The only way I could find to get rid of these stupid messages from my builds is to just filter it out for now: R CMD check . |grep -v .git
R CMD check . |grep -v .git
Yes, use .Rbuildignore and then build the .tar.gz and then check the .tar.gz and not the source directory.
.Rbuildignore
.tar.gz