Skip to content

Commit

Permalink
update pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
grlloyd committed Mar 22, 2024
1 parent a590cf8 commit e9b6478
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
shell: Rscript {0}

- name: Install pkgdown
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux'
if: github.ref == 'refs/heads/main' && env.run_pkgdown == 'true' && runner.os == 'Linux'
run: |
remotes::install_github("r-lib/pkgdown")
shell: Rscript {0}
Expand Down
14 changes: 10 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ reference:
meta data, such as molecular identifiers, pathways etc.
contents:
- ends_with('_database')
- rds_cache
- github_file
- is_writable
- read_database
- write_database
Expand All @@ -78,7 +80,7 @@ reference:
- add_labels
- calc_ppm_diff
- calc_rt_diff
- combine_columns
- prioritise_columns
- combine_sources
- vertical_join
- combine_records
Expand All @@ -93,7 +95,11 @@ reference:
- normalise_lipids
- normalise_strings
- trim_whitespace
- concatenate_columns
- combine_columns
- select_columns
- split_column
- split_records
- AnnotationDb_select
- title: "Combining records"
desc: >
Combining records is an important step in the annotation mashing workflow.
Expand Down Expand Up @@ -139,10 +145,10 @@ reference:
- ends_with('_dictionary')
- title: "Additional functions"
desc: >
Various supporting functions are used by MetMashR
Supporting functions are used by MetMashR
contents:
- struct_venn_set
- check_for_columns
- required_cols
home:
links:
- text: View on Bioconductor
Expand Down

0 comments on commit e9b6478

Please sign in to comment.