You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ccbr_atacseq): correct CRAN apt repo suffix from cran44 to cran40
'focal-cran44' does not exist -> 404 Not Found. CRAN's Ubuntu apt suffix
is a fixed marker ('cran40') denoting the R>=4.0 binary ABI repo; it is
NOT tied to a specific R minor version and always resolves to whatever
the current R release is (R 4.4+ as of this writing). Per CRAN's own
install instructions:
deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/
This was misdiagnosed as network flakiness in the prior commit — the
apt retry hardening added there is still valid/useful, but did not
address this root cause since a 404 is not a transient failure.
⚡ generated using AI ⚡
0 commit comments