diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 08:49:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 08:51:06 +0200 |
commit | 656466946f093617ababebe5ec3b36809234112a (patch) | |
tree | 70eb27c6eef57302dfa38ded9e2e180627dc10a4 /GNUmakefile | |
parent | 01c69fcff8c5a82b4c80faaeb44ff00827e792ca (diff) |
Finished migration from RUnit to testthat
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index b731166b..783ceb14 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -104,5 +104,6 @@ winbuilder: build submit: @echo "\nHow about make test, make check, make winbuilder and make r-forge?" @echo "\nIs the DESCRIPTION file up to date?" + @echo "\nIs the NEWS.md file up to date?" @echo "\nAre you sure you want to release to CRAN?" @echo "\nThen use the form at http://cran.r-project.org/submit.html" |