Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jeroen opened an issue on r-universe-org/help
Add build summary
Example: https://github.com/r-devel/rcheckserver/actions/runs/12248600892 See docs: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-gi...jeroen created a comment on an issue on jeroen/openssl
I think all we need to do is make the `../tools/winlibs.R` script fail gracefully because the flags work by default. I'll have a look.
jeroen created a comment on an issue on jeroen/openssl
Actually recent versions of rtools on Windows include a version of openssl so this is probably an easier way to fix it. Does your package have to build on old versions of R?
jeroen opened an issue on r-universe-org/help
Install quarto (instead of pandoc) on win/mac ?
We have quarto on the Linux image to build vignettes, but some packages also want it on Win/Mac. Quarto is quite big so it adds some build time to install it on every run. However it also includ...jeroen created a comment on a pull request on r-devel/r-svn
https://blog.r-project.org/2024/12/02/faster-downloads/index.html
jeroen closed a pull request on r-devel/r-svn
Use single curl multi handle to re-use connections
This is a minimal proof of concept patch to test the performance implications of using a shared curl "multi-handle" to re-use http connections for multiple downloads to the same server (hence avoid...jeroen created a comment on a pull request on r-devel/r-svn
https://blog.r-project.org/2024/12/02/faster-downloads/index.html
jeroen closed a pull request on r-devel/r-svn
Use shared curl multi handle with cleanup on exit
This is a more extensive version of #155, with a hook to cleanup libcurl when R quits.jeroen created a comment on an issue on r-universe-org/help
Thinking about this, I think it is not a good idea: If some dependency of the package has a newer version available on CRAN, that is likely what the end-user will have as well, or they will get ...
jeroen closed an issue on r-universe-org/help
Prefer package from r-universe when available
By prefiltering dupes from `available.packages()` or using the `filter` parameter. Not sure if it is worth it, because it deviate behavior from what the end-user gets with `install.packages` or wit...jeroen pushed 1 commit to main r-universe-org/frontend
- Do not show hash for fixed registries 93e3583
jeroen opened an issue on r-universe-org/help
Allow for setting a p3m snapshot date instead of latest
Should be doable.jeroen created a comment on an issue on r-universe-org/help
For now I don't think this is feasible, because we are still in the phase where we sometimes add or remove fields from the API. And also we don't have formal "types" for the API fields as required ...
jeroen closed an issue on r-universe-org/help
Is it possible to get the schema of API responses
@jeroen if instead of only showing example output, we showed the schema of responses, could we get that schema automatically or does it need to be created manually and if so, is there a way to ensu...jeroen created a comment on an issue on r-universe-org/help
Note: we also need to catch stream `error` events where we use `bucket.openDownloadStream(hash)` in order to catch errors where the hash does not exist.
jeroen closed an issue on r-universe-org/docs
How often are RSS feeds updated?
@jeroen I'd add the info to https://docs.r-universe.dev/browse/rss-feeds.html Idea by @llrsjeroen created a comment on an issue on r-universe-org/docs
They are live, just like everything else. See also the source code: https://github.com/r-universe-org/frontend/blob/main/routes/universe.js#L215-L231
jeroen closed an issue on r-universe-org/docs
Document why package collisions need to be avoided
It is technically possible to host a fork or completely different package with the same name in a universe, but it is a really bad idea. See https://github.com/r-universe-org/help/issues/351#iss...jeroen pushed 1 commit to main r-universe-org/docs
- reserved names + coc (#65) * reserved names + coc * Document why package collisions need to be avoided e234813