Skip to content

Commit

Permalink
tweak makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Oct 1, 2020
1 parent f74531a commit b93ceac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install: doc build
R CMD INSTALL . && rm *.tar.gz

build:
R CMD build . --no-build-vignettes
R CMD build .

doc:
${RSCRIPT} -e "devtools::document()"
Expand All @@ -22,7 +22,7 @@ test:
${RSCRIPT} -e "devtools::test()"

check: build
_R_CHECK_CRAN_INCOMING_=FALSE R CMD CHECK --as-cran --no-manual --no-build-vignettes `ls -1tr ${PACKAGE}*gz | tail -n1`
_R_CHECK_CRAN_INCOMING_=FALSE R CMD CHECK --as-cran --no-manual `ls -1tr ${PACKAGE}*gz | tail -n1`
@rm -f `ls -1tr ${PACKAGE}*gz | tail -n1`
@rm -rf ${PACKAGE}.Rcheck

Expand Down

0 comments on commit b93ceac

Please sign in to comment.