Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

developmentStatus value with codemeta-generator #340

Open
gowachin opened this issue Jan 8, 2024 · 1 comment
Open

developmentStatus value with codemeta-generator #340

gowachin opened this issue Jan 8, 2024 · 1 comment

Comments

@gowachin
Copy link

gowachin commented Jan 8, 2024

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

@maelle
Copy link
Member

maelle commented Jan 25, 2024

@cboettig what's your opinion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants