r-universe-org / help

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

Source package build failure - generate package metadata #191

Closed shikokuchuo closed 1 year ago

shikokuchuo commented 1 year ago

This is new within the past month or so. For my last 2 commits, the source package build has failed (binaries generated fine).

See: https://github.com/r-universe/shikokuchuo/runs/7919503767?check_suite_focus=true

The issue seems to be at the Generate Package Metadata step:

  Error in names(datasets) <- c("name", "title") : 
    'names' attribute [2] must be the same length as the vector [1]

Changes in the package codebase have been minimal, so I can only assume it is because you are trying to extract more metadata now.

The package has 3 non-exported data objects starting with a . as well as an exported dataset.

Hope the above helps. Let me know if you need more info. Thanks.

jeroen commented 1 year ago

Thank for your report, should be fixed now.