Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
add check windows directive to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Nov 19, 2020
1 parent 7acad99 commit 2e6cf01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ check: build
@rm -f `ls -1tr ${PACKAGE}*gz | tail -n1`
@rm -rf ${PACKAGE}.Rcheck

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

readme:
${RSCRIPT} -e "knitr::knit('README.Rmd')"

0 comments on commit 2e6cf01

Please sign in to comment.