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
# using 'naked' noble on purpose
docker run --rm -it --platform linux/amd64 ubuntu:noble bash
export DEBIAN_FRONTEND=noninteractive && apt update && apt install -y r-base-core
R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
R -q -e 'pkgs <- pak::meta_list(); pkgs[pkgs$package == "units", c("package", "sources", "sysreqs")]'
R -q -e 'pak::pak("units")'
Now I get
> pkgs <- pak::meta_list(); pkgs[pkgs$package == "units", c("package", "sources", "sysreqs")]
! Optional package `pillar` is not available for pak.
Use `pak::pak_install_extra()` to install optional packages.
Use `options(pak.no_extra_messages = TRUE)` to suppress this message.
v Updated metadata database: 1.69 MB in 8 files.
v Updating metadata database ... done
package
20324 units
sources
20324 https://cloud.r-project.org/src/contrib/units_0.8-5.tar.gz, https://cloud.r-project.org/src/contrib/Archive/units/units_0.8-5.tar.gz
sysreqs
20324 <NA>
I am not sure what changed but I had to give up after several hours of research. Any idea what might have changed?
I also have some (private) CI image builds which successfully resolved the sysreqs a few days ago and now won't (without any source change).
The text was updated successfully, but these errors were encountered:
The following used to work until a few days ago
Now I get
I am not sure what changed but I had to give up after several hours of research. Any idea what might have changed?
I also have some (private) CI image builds which successfully resolved the sysreqs a few days ago and now won't (without any source change).
The text was updated successfully, but these errors were encountered: