Skip to content

Commit

Permalink
fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Nov 7, 2023
1 parent 29960f6 commit 5a3f6b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cont: ~
rspm: ~
steps:
- uses: neurogenomics/rworkflows@master
- uses: neurogenomics/rworkflows@dev
with:
run_bioccheck: ${{ false }}
run_rcmdcheck: ${{ true }}
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- Now uses `get_bg` to create background using *gprofiler*.
* `get_valid_gene_lists`
- Throw error when 0 valid gene lists found.
* `get_unfinished_list_names`
- Fix example
* Use *rworkflows@dev* to avoid API limit.

# MultiEWCE 0.1.8

Expand Down
2 changes: 1 addition & 1 deletion R/get_unfinished_list_names.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @export
#' @examples
#' gene_data <- HPOExplorer::load_phenotype_to_genes()
#' list_names <- unique(gene_data$hpo_name)[seq(3)]
#' list_names <- unique(gene_data$hpo_id)[seq(3)]
#' save_dir_tmp <- file.path(tempdir(),"results")
#' ctd <- load_example_ctd()
#' res_files <- ewce_para(ctd = ctd,
Expand Down

0 comments on commit 5a3f6b4

Please sign in to comment.