File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ LazyData: false
22
22
Roxygen: list(markdown = TRUE)
23
23
Depends:
24
24
R (>= 4.3),
25
- xcms (>= 3.99.4 ),
25
+ xcms (>= 4.1.5 ),
26
26
Spectra (>= 1.11.10),
27
27
MsExperiment,
28
28
msdata
Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ required steps for installation are:
55
55
- If you don't already have, install [ docker] ( https://www.docker.com/ ) . Find
56
56
installation information [ here] ( https://docs.docker.com/desktop/ ) .
57
57
- 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
60
62
```
61
63
docker run \
62
64
-e PASSWORD=bioc \
@@ -72,7 +74,7 @@ required steps for installation are:
72
74
73
75
For manual installation, an R version >= 4.3.0 is required as well as recent
74
76
versions 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:
76
78
77
79
``` r
78
80
install.packages(" BiocManager" )
You can’t perform that action at this time.
0 commit comments