Skip to content

Commit

Permalink
fix: fix 'make check' target not to complain about packages that are …
Browse files Browse the repository at this point in the history
…only available on Bioconductor
  • Loading branch information
ntamas committed Oct 14, 2021
1 parent 9c2fb62 commit d658419
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 @@ -211,7 +211,7 @@ igraph_$(VERSION).tar.gz: venv patches $(CSRC) $(CINC2) $(PARSER2) $(RSRC) $(RGE
#############

check: igraph_$(VERSION).tar.gz
R CMD check --as-cran $< && Rscript -e 'rhub::check_for_cran()'
_R_CHECK_FORCE_SUGGESTS_=0 R CMD check --as-cran $< && Rscript -e 'rhub::check_for_cran()'

check-links: igraph_$(VERSION).tar.gz
mkdir -p html-docs
Expand Down

0 comments on commit d658419

Please sign in to comment.