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
By the way, are you aware that you could also simply pull in the git sources from github.com/cran/{pkg} instead of pushing them all in branches in your registry repo?
We should revisit this.
The reason we're doing what we're doing right now, is that we inject https://cranhaven.r-universe.dev to Additional_resources for all packages' DESCRIPTION file. If I recall correctly, the reason for doing that was so that packages, that got archived as a side effect of another package being archived, could still be installed from https://cranhaven.r-universe.dev. Without it, I think install.packages(...) failed to pick up the archived parent from https://cranhaven.r-universe.dev.
Now, this was all added during the early days, and it could have been that I was inpatient. So, it's worth revisiting this, because that would make this repo really lightweight.