Replies: 1 comment 1 reply
-
Thanks, I'll have a look. I noticed the job is complaining: https://github.com/r-universe/reconverse/actions/workflows/sync.yml but maybe we haven't implemented the part to delete packages that are already in the universe, once they gain such a tag. Btw what is the reason you don't want the software to be discoverable on r-universe? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to ensure that I control the packages that are listed on https://timtaylor.r-universe.dev/packages but I'm somewhat struggling.
I'm using
Config/runiverse/noindex: true
in the DESCRIPTION (pushed to CRAN) but it only seems to be working for packages under https://github.com/TimTaylor/ not those I maintain but in other repositories. It has stopped rebuilding on new commits / releases but it has not cleared out the old packages. Is there something else I should be doing?Beta Was this translation helpful? Give feedback.
All reactions