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
Where `linux` and `noble-x86_64` are taken from `R_PLATFORM_PKGTYPE` and `{r-version}` is the usual `major.minor` R version (without the patch part) e.g. `4.6`.
24
+
Where `linux` and `resolute-x86_64` are taken from `R_PLATFORM_PKGTYPE` and `{r-version}` is the usual `major.minor` R version (without the patch part) e.g. `4.6`.
25
25
26
26
R will show a warning and fall back on building packages from source as usual for packages or repositories where the requested binaries are not available.
27
27
28
28
29
29
## Testing with R-universe
30
30
31
-
Currently R-universe already hosts such binaries for Ubuntu "noble" 24.04 for both arm64 and x86_64:
31
+
Currently R-universe already hosts such binaries for Ubuntu "resolute" 26.04 for both arm64 and x86_64:
We can use the attached [Dockerfile](Dockerfile) to test that this works as intended by installing the tidyverse and its dependencies. The output logs show that installation is quick and no packages get built from source.
0 commit comments