Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 253 Bytes

cran_build_instructions.md

File metadata and controls

15 lines (12 loc) · 253 Bytes
  1. Build a source package:
R CMD build .
  1. Look in the package to make sure it doesn't contain spurious files. Modify .Rbuildignore as needed.
tar tvf liger_*.tar.gz
  1. Check the package:
R CMD check --as-cran liger_*.tar.gz