- Build a source package:
R CMD build .
- Look in the package to make sure it doesn't contain spurious files. Modify .Rbuildignore as needed.
tar tvf liger_*.tar.gz
- Check the package:
R CMD check --as-cran liger_*.tar.gz
R CMD build .
tar tvf liger_*.tar.gz
R CMD check --as-cran liger_*.tar.gz