Skip to content

Commit

Permalink
makefile: quiet winduilder submit
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 3, 2021
1 parent f13b376 commit bf1d14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ check: build
@rm -rf ${PACKAGE}.Rcheck

check_windows:
${RSCRIPT} -e "devtools::check_win_devel(); devtools::check_win_release()"
${RSCRIPT} -e "devtools::check_win_devel(quiet=TRUE); devtools::check_win_release(quiet=TRUE)"

0 comments on commit bf1d14b

Please sign in to comment.