PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
202 stars 230 forks source link

Give packages their own READMEs #3043

Closed Aariq closed 1 year ago

Aariq commented 1 year ago

As part of prepping packages for CRAN and/or splitting off into their own repos it might be good to make sure each individual package has its own README. An example pattern to add a template README with a lifecycle badge:

library(usethis)

with_project(path = "models/ed", {
  use_readme_md()
  use_lifecycle_badge(stage = "experimental")
}, force = TRUE)
meetagrawal09 commented 1 year ago

I would like to work on this issue.