We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6c260 commit b854d66Copy full SHA for b854d66
entrypoint.sh
@@ -55,9 +55,9 @@ fi
55
DESCRIPTION="${PKGDIR}/DESCRIPTION"
56
R -e "buildtools:::normalize_description('${DESCRIPTION}')"
57
58
-# Temp workaround for BioC
+# Temp workaround for BioC because we need to build source packges on r-release
59
if [ "${MY_UNIVERSE}" == "https://bioc.r-universe.dev" ]; then
60
-sed -i 's/R\s*(>= 4.4/R (>= 4.3/' ${DESCRIPTION} || true
+sed -i 's/R\s*(>= 4.5/R (>= 4.4/' ${DESCRIPTION} || true
61
fi
62
63
0 commit comments