File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build-and-deploy :
9
9
runs-on : ubuntu-latest
10
- container : jorainer/spectra_tutorials:latest
10
+ container : jorainer/spectra_tutorials:RELEASE_3_19
11
11
steps :
12
12
# # Most of these steps are the same as the ones in
13
13
# # https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
Original file line number Diff line number Diff line change 32
32
push : true
33
33
tag_with_ref : true
34
34
tag_with_sha : true
35
- tags : jorainer/spectra_tutorials:latest
35
+ tags : jorainer/spectra_tutorials:RELEASE_3_19
36
36
-
37
37
name : Image digest
38
38
run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 1
1
Package: SpectraTutorials
2
2
Title: Mass Spectrometry Data Analysis with Spectra
3
- Version: 0.9 .0
3
+ Version: 1.0 .0
4
4
Authors@R: c(
5
5
person(given = "Johannes", family = "Rainer",
6
6
email = "Johannes.Rainer@eurac.edu",
@@ -57,4 +57,4 @@ URL: https://jorainer.github.io/SpectraTutorials/
57
57
BugReports: https://github.com/jorainer/SpectraTutorials/issues/new
58
58
VignetteBuilder: knitr
59
59
RoxygenNote: 7.2.1
60
- DockerImage: jorainer/spectra_tutorials:latest
60
+ DockerImage: jorainer/spectra_tutorials:RELEASE_3_19
Original file line number Diff line number Diff line change 1
- FROM bioconductor/bioconductor_docker:RELEASE_3_18
1
+ FROM bioconductor/bioconductor_docker:RELEASE_3_19
2
2
3
3
LABEL name="jorainer/spectra_tutorials" \
4
4
url="https://github.com/jorainer/SpectraTutorials" \
Original file line number Diff line number Diff line change
1
+ # Version 1.0
2
+
3
+ - Use R 4.4 and Bioconductor 3.19.
4
+
1
5
# Version 0.9
2
6
3
7
## Version 0.9.0
Original file line number Diff line number Diff line change @@ -27,20 +27,22 @@ See [NEWS.md](NEWS.md) for information on the current version and a change log.
27
27
28
28
For on-line code evaluation the workshops can also be run using a self-contained
29
29
docker image with all R packages and a server version of RStudio (Posit)
30
- pre-installed. As an alternative, rendered versions of all workshops are
31
- available at [ SpectraTutorials] ( https://jorainer.github.io/SpectraTutorials )
32
- (navigate to the * Articles* drop-down menu and select the workshop of interest).
30
+ pre-installed. The current docker container bases (and includes) the official
31
+ docker container for ** Bioconductor release 3.19** . As an alternative, rendered
32
+ versions of all workshops are available at
33
+ [ SpectraTutorials] ( https://jorainer.github.io/SpectraTutorials ) (navigate to the
34
+ * Articles* drop-down menu and select the workshop of interest).
33
35
34
36
For installation:
35
37
36
38
- Get the [ docker image] ( https://hub.docker.com/r/jorainer/spectra_tutorials ) of
37
- this tutorial with ` docker pull jorainer/spectra_tutorials:latest ` .
39
+ this tutorial with ` docker pull jorainer/spectra_tutorials:RELEASE_3_19 ` .
38
40
- Start docker using
39
41
```
40
42
docker run \
41
43
-e PASSWORD=bioc \
42
44
-p 8787:8787 \
43
- jorainer/spectra_tutorials:latest
45
+ jorainer/spectra_tutorials:RELEASE_3_19
44
46
```
45
47
- Enter ` http://localhost:8787 ` in a web browser and log in with username
46
48
` rstudio ` and password ` bioc ` .
You can’t perform that action at this time.
0 commit comments