Skip to content

Commit

Permalink
Makefile: add rhub checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Jun 15, 2020
1 parent 152d681 commit 093c70f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,11 @@ clean_check:

####

# check_rhub
# @Rscript -e "rhub::check_for_cran(".")
check-rhub-bkg: build-cran
@Rscript -e "x <- rhub::check_for_cran(email = '[email protected]', path = './../$(PKGNAME)_$(PKGVERS).tar.gz')"

check-rhub: build-cran
@Rscript -e "x <- rhub::check_for_cran(email = '[email protected]', path = './../$(PKGNAME)_$(PKGVERS).tar.gz', show_status = TRUE)"

####

Expand Down

0 comments on commit 093c70f

Please sign in to comment.