ropensci / software-review-meta

For organizing projects related to rOpenSci Software Peer Review
10 stars 3 forks source link

Add text to package description in DESCRIPTION #62

Closed maelle closed 4 years ago

maelle commented 6 years ago

The peer-reviewed package could have a sentence like "This package has been peer reviewed by rOpenSci (v. 2.3.0)." in DESCRIPTION. Point made by @noamross

In practice, I'd write a helper function in rodev using desc.

noamross commented 6 years ago

If implemented, we should add this to the approved template: https://github.com/ropensci/dev_guide/blob/master/templates/approved.md

maelle commented 6 years ago

There is now a function in rodev

# add rOpenSci peer-review (for onboarded packages)
add_ro_desc()

I won't add rodev to the guidance yet because it's not fully ready. Should the sentence for DESCRIPTION go in the template before I "release" rodev @noamross ?