Blacklist .git folder in R CMD check

后端 未结 2 450
迷失自我
迷失自我 2020-12-30 20:26

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:

* c         


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 21:17

    Yes, use .Rbuildignore and then build the .tar.gz and then check the .tar.gz and not the source directory.

提交回复
热议问题