Skip to content

Commit

Permalink
test_only_install_vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Oct 10, 2024
1 parent 28d40aa commit 862c7ba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 3,614 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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 Down
1 change: 0 additions & 1 deletion vignettes/.gitignore

This file was deleted.

Loading

0 comments on commit 862c7ba

Please sign in to comment.