Issues initializing new R-universe monorepo [GitHub Action not found] #603
Replies: 3 comments 1 reply
-
Oops that is a bug, we indeed moved to a new branch. |
Beta Was this translation helpful? Give feedback.
-
OK your universe is now up: https://retostauffer.r-universe.dev/builds But it seems your package has a missing dependency. If the depenency is not on cran or bioconductor, you also need to add that package to your universe. |
Beta Was this translation helpful? Give feedback.
-
Thanks again for reporting this, turned out there were some more new users stuck. Please do let me know if there is anything else about the setup process that is confusing or not working as advertised :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I’ve attempted to initialize a new monorepo at https://github.com/r-universe/retostauffer following the guidance in the R-universe documentation, but I’m encountering an issue.
Monorepo actions
I can see that the ropensci-bot detects my account and attempts to set up the repository by triggering the GitHub workflows (see Actions). Specifically, both cleanup.yml and sync.yml are invoked but fail with the following error message(s):
Possible reason
The workflows are no longer available under
r-universe/workflows
but rather underr-universe-org/workflows
. This would also align with the commit message of r-universe-org/workflows@5433239 , "Move workflows into r-universe-org".Given that workflows@v1-final (https://github.com/r-universe-org/workflows/releases/tag/v1-final) was published just three days ago, this might be related to the recent release?
I'm not entirely sure whether this is the correct place to report the issue—if it should be posted elsewhere, please let me know. Thank you very much in advance for your help!
All the best,
Reto
Beta Was this translation helpful? Give feedback.
All reactions