File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ LazyData: false
2222Roxygen: list(markdown = TRUE)
2323Depends:
2424 R (>= 4.3),
25- xcms (>= 3.99.4 ),
25+ xcms (>= 4.1.5 ),
2626 Spectra (>= 1.11.10),
2727 MsExperiment,
2828 msdata
Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ required steps for installation are:
5555- If you don't already have, install [ docker] ( https://www.docker.com/ ) . Find
5656 installation information [ here] ( https://docs.docker.com/desktop/ ) .
5757- Get the [ docker image] ( https://hub.docker.com/r/jorainer/xcms_tutorials ) of
58- this tutorial with ` docker pull jorainer/xcms_tutorials:latest ` .
59- - Start docker using
58+ this tutorial e.g. from the command line with `docker pull
59+ jorainer/xcms_tutorials: latest `.
60+ - Start the docker container, either through the Docker Desktop, or on the
61+ command line with
6062```
6163 docker run \
6264 -e PASSWORD=bioc \
@@ -72,7 +74,7 @@ required steps for installation are:
7274
7375For manual installation, an R version >= 4.3.0 is required as well as recent
7476versions of the packages ` MsExperiment ` , ` Spectra ` and in particular the ` xcms `
75- (version >= 3.99 .0 is needed). These can be installed using the code below:
77+ (version >= 4.1 .0 is needed). These can be installed using the code below:
7678
7779``` r
7880install.packages(" BiocManager" )
You can’t perform that action at this time.
0 commit comments