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 77jobs :
88 build-and-deploy :
99 runs-on : ubuntu-latest
10- container : jorainer/spectra_tutorials:latest
10+ container : jorainer/spectra_tutorials:RELEASE_3_19
1111 steps :
1212 # # Most of these steps are the same as the ones in
1313 # # https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml
Original file line number Diff line number Diff line change 3232 push : true
3333 tag_with_ref : true
3434 tag_with_sha : true
35- tags : jorainer/spectra_tutorials:latest
35+ tags : jorainer/spectra_tutorials:RELEASE_3_19
3636 -
3737 name : Image digest
3838 run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 11Package: SpectraTutorials
22Title: Mass Spectrometry Data Analysis with Spectra
3- Version: 0.9 .0
3+ Version: 1.0 .0
44Authors@R: c(
55 person(given = "Johannes", family = "Rainer",
66 email = "Johannes.Rainer@eurac.edu",
@@ -57,4 +57,4 @@ URL: https://jorainer.github.io/SpectraTutorials/
5757BugReports: https://github.com/jorainer/SpectraTutorials/issues/new
5858VignetteBuilder: knitr
5959RoxygenNote: 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
22
33LABEL name="jorainer/spectra_tutorials" \
44 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+
15# Version 0.9
26
37## 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.
2727
2828For on-line code evaluation the workshops can also be run using a self-contained
2929docker 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).
3335
3436For installation:
3537
3638- 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 ` .
3840- Start docker using
3941 ```
4042 docker run \
4143 -e PASSWORD=bioc \
4244 -p 8787:8787 \
43- jorainer/spectra_tutorials:latest
45+ jorainer/spectra_tutorials:RELEASE_3_19
4446 ```
4547- Enter ` http://localhost:8787 ` in a web browser and log in with username
4648 ` rstudio ` and password ` bioc ` .
You can’t perform that action at this time.
0 commit comments