Skip to content

Commit

Permalink
Merge pull request #23 from jorainer/jomain
Browse files Browse the repository at this point in the history
Quick fix for current devel packages
  • Loading branch information
jorainer committed Apr 19, 2024
2 parents f3e0d77 + 94b71a3 commit dc7365a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ WORKDIR /home/rstudio
COPY --chown=rstudio:rstudio . /home/rstudio/

## Install the xcmsTutorials package and additional required packages
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('sneumann/xcms', ref = 'jomain')"
RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); BiocManager::install(ask = FALSE); BiocManager::install('sneumann/xcms')"

RUN Rscript -e "options(repos = c(CRAN = 'https://cran.r-project.org')); devtools::install('.', dependencies = TRUE, build_vignettes = TRUE, repos = BiocManager::repositories())"
1 change: 1 addition & 0 deletions vignettes/xcms-preprocessing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2279,6 +2279,7 @@ Our data has two columns, one with *retention times* and one with
data.

```{r peaks-plot, fig.width = 12, fig.height = 2.15}
library(MSnbase)
chr <- Chromatogram(rtime = cdata$rt, intensity = cdata$intensity)
par(mar = c(2, 2, 0, 0))
plot(chr)
Expand Down

0 comments on commit dc7365a

Please sign in to comment.