Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

jeroen

jeroen pushed 1 commit to main r-universe-org/frontend
  • Disallow scraping datasets a1e9781

View on GitHub

jeroen pushed 1 commit to main r-universe-org/frontend
  • Disallow scraping datasets 6772ced

View on GitHub

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.

View on GitHub

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?

View on GitHub

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

View on GitHub

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

View on GitHub

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 ...

View on GitHub

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

View on GitHub

jeroen pushed 1 commit to master r-universe-org/build-source

View on GitHub

jeroen pushed 1 commit to main r-devel/rcheckserver

View on GitHub

jeroen opened an issue on r-universe-org/help
Allow for setting a p3m snapshot date instead of latest
Should be doable.
jeroen pushed 1 commit to master r-universe-org/build-source

View on GitHub

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 ...

View on GitHub

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.

View on GitHub

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 @llrs
jeroen 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

View on GitHub

jeroen created a comment on a pull request on r-universe-org/docs
Perfect, thanks!

View on GitHub

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

View on GitHub

jeroen closed an issue on r-universe-org/docs
Reserved names
The following names should be avoided as package name because `https://username.r-universe.dev/{pkg}/` has special meaning: - api - apis - articles - badges - bin - builds ...
jeroen closed a pull request on r-universe-org/docs
reserved names + coc
Fix #44 Fix #48
jeroen created a comment on a pull request on r-universe-org/docs
Thanks!

View on GitHub

jeroen pushed 1 commit to main r-universe-org/docs
  • document database dump endpoints (#66) 4029f80

View on GitHub

jeroen closed an issue on r-universe-org/docs
Getting database dumps
See https://github.com/r-universe-org/help/issues/506
Load more