Skip to content

Commit

Permalink
fix deprecated arg
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Feb 8, 2024
1 parent d7f8646 commit 48309aa
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 @@ -16,7 +16,7 @@ test:
${RSCRIPT} -e 'library(methods); devtools::test()'

eg:
${RSCRIPT} -e 'library(methods); devtools::run_examples(run=TRUE)'
${RSCRIPT} -e 'library(methods); devtools::run_examples(run_dontrun=TRUE)'

doc:
@mkdir -p man
Expand Down

0 comments on commit 48309aa

Please sign in to comment.