Skip to content

Commit

Permalink
testing new_process = FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 7, 2024
1 parent 2297035 commit ecea93b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git config --global --add safe.directory /__w/metabonaut/metabonaut
Rscript -e "pkgdown::init_site()"
Rscript -e "pkgdown::build_article('a-end-to-end-untargeted-metabolomics', quiet = FALSE)"
Rscript -e "pkgdown::build_article('a-end-to-end-untargeted-metabolomics', new_process = FALSE, quiet = FALSE)"
Rscript -e "pkgdown::deploy_to_branch(lazy = TRUE, new_process = FALSE, install = FALSE)"
shell: bash {0}
## Note that you need to run pkgdown::deploy_to_branch(new_process = FALSE)
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ local_data
*.so
/.quarto/
/_site/
*.png
*.html
*.RData
*.rmarkdown
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Exploring and Analyzing Untargeted Metabolomics Data


# Let's explore and learn to analyze untargeted metabolomics data

[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)

![metabonaut](man/figures/sitcker_draft.png)

Welcome to **Metabonaut**! :astronaut:

This initiative presents a series of workflows based on a small LC-MS/MS dataset,
Expand Down
Binary file added man/figures/sitcker_draft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecea93b

Please sign in to comment.