Skip to content

Commit

Permalink
Merge pull request #10 from nhejazi/foreach-fix
Browse files Browse the repository at this point in the history
CRAN recommendation: add foreach to Suggests
  • Loading branch information
David Benkeser authored May 21, 2018
2 parents f4cbd24 + 82ad3f9 commit b202fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ Suggests:
quadprog,
nloptr,
parallel,
snow
snow,
foreach
License: MIT + file LICENSE
URL: https://github.com/benkeser/drtmle
BugReports: https://github.com/benkeser/drtmle/issues
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ check:
checkfast:
Rscript -e "devtools::check(build_args = '--no-build-vignettes')"

bioc:
Rscript -e "BiocCheck::BiocCheck('.')"

test:
Rscript -e "devtools::test()"

Expand Down

0 comments on commit b202fc7

Please sign in to comment.