Skip to content

Commit

Permalink
why push also Rd files if roxygen is building them anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Sep 22, 2024
1 parent c700acb commit e5f8910
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 369 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
## For running the checks
message(paste('****', Sys.time(), 'installing rcmdcheck and BiocCheck ****'))
install.packages(c("rcmdcheck", "BiocCheck"), repos = BiocManager::repositories())
install.packages(c("rcmdcheck", "devtools", "BiocCheck"), repos = BiocManager::repositories())
## Pass #1 at installing dependencies
message(paste('****', Sys.time(), 'pass number 1 at installing dependencies: local dependencies ****'))
Expand Down Expand Up @@ -212,6 +212,11 @@ jobs:
sessioninfo::session_info(pkgs, include_base = TRUE)
shell: Rscript {0}

- name: Generate documentation
run: |
devtools::document()
shell: Rscript {0}

- name: Run CMD check
env:
_R_CHECK_CRAN_INCOMING_: false
Expand Down Expand Up @@ -255,14 +260,6 @@ jobs:
covr::codecov()
shell: Rscript {0}

- name: List R and man directories
if: github.ref == 'refs/heads/gdev' && runner.os == 'Linux'
run: |
echo "R directory:"
ls -l R/
echo "man directory:"
ls -l man/
- name: Install package
if: env.run_pkgdown == 'true' && runner.os == 'Linux'
run: R CMD INSTALL .
Expand All @@ -272,7 +269,7 @@ jobs:
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
## Note that you need to run pkgdown::deploy_to_branch(new_process = FALSE)
## at least one locally before this will work. This creates the gh-pages
## at least once locally before this will work. This creates the gh-pages
## branch (erasing anything you haven't version controlled!) and
## makes the git history recognizable by pkgdown.

Expand Down
44 changes: 0 additions & 44 deletions man/DEqual.Rd

This file was deleted.

21 changes: 0 additions & 21 deletions man/degradation_tstats.Rd

This file was deleted.

50 changes: 0 additions & 50 deletions man/getDegTx.Rd

This file was deleted.

22 changes: 0 additions & 22 deletions man/getPCs.Rd

This file was deleted.

25 changes: 0 additions & 25 deletions man/get_qsvs.Rd

This file was deleted.

38 changes: 0 additions & 38 deletions man/k_qsvs.Rd

This file was deleted.

21 changes: 0 additions & 21 deletions man/normalize_tx_names.Rd

This file was deleted.

57 changes: 0 additions & 57 deletions man/qSVA.Rd

This file was deleted.

31 changes: 0 additions & 31 deletions man/select_transcripts.Rd

This file was deleted.

25 changes: 0 additions & 25 deletions man/transcripts.Rd

This file was deleted.

Loading

0 comments on commit e5f8910

Please sign in to comment.