Skip to content

Commit

Permalink
82 tidyverse dependency (#120)
Browse files Browse the repository at this point in the history
* Enabling CMD check when doing pull request on `dev`

* Removed tidyverse dependency
  • Loading branch information
jpavlich authored and ntorresd committed Oct 11, 2023
1 parent 506e9b6 commit fde1464
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, master, dev]
pull_request:
branches: [main, master]
branches: [main, master, dev]

name: R-CMD-check

Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ Imports:
purrr,
qtl,
reshape2,
tidyverse,
usethis,
vdiffr (>= 1.0.0)
LinkingTo:
Expand Down

0 comments on commit fde1464

Please sign in to comment.