You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating R recipe for rstanarm
Error: × error decoding response body
╰─▶ missing field `Title` at line 45 column 1
If I have done my homework correctly, it seems like this repository queries the following URL: https://cran.r-universe.dev/api/packages/rstanarm. The response also doesn't provide dependencies, like a working package would, at a first glance. As of today that response JSON right now is provided at the bottom of this issue. It does list key _type as "failure".
This, admittedly does appear to be an upstream issue with whatever is generating info for r-universe. I can't figure out why this is, (I gave up after 8000 lines of warnings in CI).
Is there a way to generate a recipe straight from the DESCRIPTION file (which seems to have a Title field), without proxying through r-universe?
rattler-build generate-recipe cran -w rstanarm
provides:If I have done my homework correctly, it seems like this repository queries the following URL:
https://cran.r-universe.dev/api/packages/rstanarm
. The response also doesn't provide dependencies, like a working package would, at a first glance. As of today that response JSON right now is provided at the bottom of this issue. It does list key_type
as "failure".This, admittedly does appear to be an upstream issue with whatever is generating info for r-universe. I can't figure out why this is, (I gave up after 8000 lines of warnings in CI).
Is there a way to generate a recipe straight from the DESCRIPTION file (which seems to have a Title field), without proxying through r-universe?
The text was updated successfully, but these errors were encountered: