docs(ci): correct R_VERSION header annotation to full patch

Header comments described R_VERSION as (4.5) but the new multi-R-version
images only ship full-patch paths (/opt/R/4.5.3/bin/R), so the minor-form
annotation is misleading. The example pipeline-create lines below the
annotation already use 4.5.3 correctly.
This commit is contained in:
Patrick Schratz 2026-05-25 22:31:02 +02:00
commit 5e50f2a6a0
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -2,7 +2,7 @@
# ARCH (amd64)
# OS (alpine)
# OS_VERSION (3.22)
# R_VERSION (4.5)
# R_VERSION (4.5.3)
# crow pipeline create --var ARCH=arm64 --var OS=alpine --var OS_VERSION=3.23 --var R_VERSION=4.5.3 --var task=build-all-arm64 --branch=main --log-level=info 5
# crow pipeline create --var ARCH=arm64 --var OS=redhat --var OS_VERSION=10 --var R_VERSION=4.5.3 --var task=build-all-arm64 --branch=main --log-level=info 5
# crow pipeline create --var ARCH=amd64 --var OS=redhat --var OS_VERSION=10 --var R_VERSION=4.5.3 --var task=build-all-amd64 --branch=main --log-level=info 5