Skip to content

Commit

Permalink
don't run R CMD check in make travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Mar 8, 2018
1 parent 9818bde commit 5410e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -89,5 +89,5 @@ datasets:

travis:
make build
R CMD check --as-cran --no-manual ${TARBALL} -o ${CHKDIR}
#R CMD check --as-cran --no-manual ${TARBALL} -o ${CHKDIR}
make test

0 comments on commit 5410e17

Please sign in to comment.