Closed hpages closed 3 years ago
BiocCheckGitClone("mypackage") should raise an error if mypackage contains an .Rbuildignore file that excludes the tests/ folder.
BiocCheckGitClone("mypackage")
.Rbuildignore
tests/
Resolved in 1.27.8 4e9f495
BiocCheckGitClone("mypackage")
should raise an error if mypackage contains an.Rbuildignore
file that excludes thetests/
folder.