Skip to content

Commit

Permalink
Remove alignment vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 14, 2024
1 parent 733934c commit e6bef3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 406 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
install.packages('pkgdown')
shell: Rscript {0}

- name: Install package
if: github.ref == 'refs/heads/main'
run: R CMD INSTALL .
# - name: Install package
# if: github.ref == 'refs/heads/main'
# run: R CMD INSTALL .

- name: Build site
env:
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN Rscript -e "BiocManager::install(c('RCurl', 'xcms', 'MsExperiment', 'Summari
Rscript -e "BiocManager::install('sneumann/xcms', ref = 'phili', ask = FALSE)"

## Install the current package with vignettes
RUN Rscript -e "devtools::install('.', dependencies = TRUE, type = 'source', build_vignettes = TRUE)"
RUN Rscript -e "devtools::install('.', dependencies = TRUE, type = 'source', build_vignettes = FALSE)"

USER rstudio

Expand All @@ -39,4 +39,6 @@ USER root
RUN cp /home/rstudio/vignettes/preprocessed_lcms1.RData /shared/data/
RUN chmod -R 777 /shared

RUN Rscript -e "devtools::install('.', dependencies = TRUE, type = 'source', build_vignettes = TRUE)"

RUN find vignettes/ -name "*.html" -type f -delete && find vignettes/ -name "*_files" -type d -exec rm -r {} +
Loading

0 comments on commit e6bef3a

Please sign in to comment.