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
I heard recently that rOpenSci will soon be asking for codemeta.json metadata for submissions to their family of packages. They may be able to simplify this with a new function usethis::use_codemeta() which would use https://github.com/ropensci/codemetar. This metadata format is widely accepted by many trustworthy repositories.
We might want to consider this too. Perhaps we could auto-generate this json file during rrtools::use_analysis() or some other point after the DESCRIPTION is well-populated? And then prompt the user to update it later maybe?
The text was updated successfully, but these errors were encountered:
I heard recently that rOpenSci will soon be asking for codemeta.json metadata for submissions to their family of packages. They may be able to simplify this with a new function
usethis::use_codemeta()
which would use https://github.com/ropensci/codemetar. This metadata format is widely accepted by many trustworthy repositories.We might want to consider this too. Perhaps we could auto-generate this json file during
rrtools::use_analysis()
or some other point after the DESCRIPTION is well-populated? And then prompt the user to update it later maybe?The text was updated successfully, but these errors were encountered: