Skip to content

Commit

Permalink
Add target for CRAN submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Dec 18, 2023
1 parent 4836e84 commit a2067cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY : build clean
.PHONY : build clean submit

build : clean
Rscript -e 'devtools::document()'
Expand All @@ -8,3 +8,7 @@ build : clean

clean :
rm -rf *.Rcheck *.tar.gz

submit : clean
echo "Start submission by typing 'devtools::submit_cran()'"
NOT_CRAN=true R

0 comments on commit a2067cc

Please sign in to comment.