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
Encountered this when trying to use pak as a backend for renv, which seems to embed the r-lib github pages page as a source for installation.
options(renv.config.pak.enabled=TRUE)
renv::install()
#> renv was unable to query available packages from the following repositories:#> - # https://r-lib.github.io/p/pak/stable/source/linux-gnu/x86_64/src/contrib --------#> error downloading 'https://r-lib.github.io/p/pak/stable/source/linux-gnu/x86_64/src/contrib/PACKAGES.rds' [error code 60]#> error downloading 'https://r-lib.github.io/p/pak/stable/source/linux-gnu/x86_64/src/contrib/PACKAGES.gz' [error code 60]#> error downloading 'https://r-lib.github.io/p/pak/stable/source/linux-gnu/x86_64/src/contrib/PACKAGES' [error code 60]#> Error: package 'pak' is not available
Encountered this when trying to use
pak
as a backend forrenv
, which seems to embed ther-lib
github pages page as a source for installation.And sure enough, https://r-lib.github.io/ currently returns a 404
It appears that recent site deployments have crossed the 1GB threshold of github pages deployments (recent action logs), showing
Warning
deploy
Uploaded artifact size of 1363857255 bytes exceeds the allowed size of 1 GB. Deployment might fail.
The text was updated successfully, but these errors were encountered: