Skip to content

developmentStatus value with codemeta-generator #340

@gowachin

Description

@gowachin

Hi,

I've been using this package and added few values using the site codemeta-generator.

The field developmentStatus require a single word active/inactive in this website, whereas this package provide the link to repostatus.org website. I got a non valid file on codemeta-generator because I used two status on my readme.

Is it possible to make this package write a warning or choose the first one ? I wasn't aware that both status represent the same status...

Example of correct value following site codemeta-generator :

{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "name": "test",
    "developmentStatus": "https://www.repostatus.org/#active"
}

And wrong value

{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "name": "test",
    "developmentStatus": ["https://lifecycle.r-lib.org/articles/stages.html#stable", "https://www.repostatus.org/#active"]
}

Thanks, Maxime

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions