Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
lianos committed May 5, 2021
1 parent 7cbba71 commit 0062770
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 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 @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup R
uses: r-lib/actions/setup-r@2fac31217e602dd30286b4c984a0ccf1afb18cbd
uses: r-lib/actions/setup-r@v1
with:
install-r: false

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: master
branches: main
paths:
- 'vignettes/**'
- 'man/**'
Expand Down Expand Up @@ -28,10 +28,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup R
uses: r-lib/actions/setup-r@2fac31217e602dd30286b4c984a0ccf1afb18cbd
# uses: r-lib/actions/setup-r@master
# with:
# install-r: false
uses: r-lib/actions/setup-r@v1
with:
install-r: false

# pandoc is already installed in the docker container
# - uses: r-lib/actions/setup-pandoc@master
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
uses: actions/checkout@v2

- name: Setup R
uses: r-lib/actions/setup-r@2fac31217e602dd30286b4c984a0ccf1afb18cbd
# uses: r-lib/actions/setup-r@master
# with:
# install-r: false
uses: r-lib/actions/setup-r@v1
with:
install-r: false

- name: Test coverage
run: covr::codecov(quiet = FALSE)
Expand Down
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Suggests:
org.Mm.eg.db,
patchwork,
RColorBrewer,
rmarkdown,
RnaSeqGeneEdgeRQL,
SummarizedExperiment,
sva,
Expand Down
1 change: 0 additions & 1 deletion R/fdge-compare.R
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ viz.FacileTtestComparisonAnalysisResult <- function(

gg.facets <- gg.base +
ggplot2::facet_wrap(~ interaction_group, nrow = facets_nrow) +
ggplot2::ylab(NULL) +
ggplot2::labs(title = NULL, subtitle = NULL)

if (with_cor) {
Expand Down

0 comments on commit 0062770

Please sign in to comment.