Skip to content

Commit

Permalink
Merge branch 'main' of github.com:waldronlab/taxPPro
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Dec 21, 2023
2 parents ea11f5a + d5e68cc commit 9ad8413
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: pkgdown
jobs:
pkgdown:
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:devel
container: bioconductor/bioconductor_docker:RELEASE_3_18
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install package
run: R CMD INSTALL .

- name: Build site
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ inst/doc
docs
log*
bugphyzz*tsv
inst/picrust/venv
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ Suggests:
rmarkdown,
tibble,
sessioninfo,
ggplot2
ggplot2,
gtable,
ggtree,
ggpubr,
reshape2,
ggimage
Imports:
ape,
BiocFileCache,
Expand Down

0 comments on commit 9ad8413

Please sign in to comment.