Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployments appear to be failing due to artifact file size #5

Open
dgkf opened this issue Nov 22, 2024 · 0 comments
Open

Deployments appear to be failing due to artifact file size #5

dgkf opened this issue Nov 22, 2024 · 0 comments

Comments

@dgkf
Copy link

dgkf commented Nov 22, 2024

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant