tools/release_procedure.md

Procedures for releasing package to CRAN

  1. Bump version in DESCRIPTION and commit the change.
  2. Reset repo status running rm -rf * && git checkout -- ..
  3. Bundle C++ source code running bash tools/bundle_symengine_source.sh.
  4. Build R package running R CMD build ..
  5. Check R package running R CMD check --as-cran symengine_*.tar.gz.
  6. Submit R package to Win Builder to check the package on Windows.
  7. Submit R package to CRAN.
  8. After acceptance, create a git tag running git tag -a -m "CRAN submission v9.9.9" v9.9.9.


Try the symengine package in your browser

Any scripts or data that you put into this service are public.

symengine documentation built on Oct. 23, 2022, 5:06 p.m.