r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
8 stars 2 forks source link

Subdirectories and releases together? #367

Closed wlandau closed 4 months ago

wlandau commented 4 months ago

The packages in the paws ecosystem are automatically generated, and they use subdirectories in the same repo. https://github.com/r-releases/r-releases.r-universe.dev/blob/main/packages.json has an entry for paws.compute that pulls the release:

{
  "package":"paws.compute",
  "url":"https://github.com/paws-r/paws",
  "branch": "*release",
  "subdir":"cran/paws.compute"
}

But it does not seem to show up at https://r-releases.r-universe.dev/builds.

wlandau commented 4 months ago

sorry, it looks like paws.compute made it into the universe after all. Sorry to bother you.