How did our organization get on the r-universe build list? #78
-
Hello out there ... This seems like a very quiet discussion site, so, fingers crossed. Our GH organization, statnet was added to the r-universe list -- which is great, btw -- but we're not sure how that happened. We don't have a We'd love to know more about how to maintain/update our stuff on r-universe. Thx! I'm guessing @jeroen might know? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
statnet was one of the lucky organizations that I manually enabled to test the r-universe system :-) If you don't have a universe repo, the packages are scraped from CRAN. We look for all CRAN packages that have a URL or BugReports field that points to Once you create a This is also described in the last section in this blog post: https://ropensci.org/blog/2021/06/22/setup-runiverse/#auto-generated-universes-for-cran-developers |
Beta Was this translation helpful? Give feedback.
statnet was one of the lucky organizations that I manually enabled to test the r-universe system :-)
If you don't have a universe repo, the packages are scraped from CRAN. We look for all CRAN packages that have a URL or BugReports field that points to
https://github.com/statnet/*
. You can find the current list here, it gets updated daily: https://github.com/r-universe-org/cran-to-git/blob/master/statnet.jsonOnce you create a
universe
repo, this will take precedence an you control yourself which packages get included.This is also described in the last section in this blog post: https://ropensci.org/blog/2021/06/22/setup-runiverse/#auto-generated-universes-for-cran-developers