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

R package checklist #1

Open
20 tasks
gvegayon opened this issue Dec 17, 2024 · 0 comments
Open
20 tasks

R package checklist #1

gvegayon opened this issue Dec 17, 2024 · 0 comments

Comments

@gvegayon
Copy link

gvegayon commented Dec 17, 2024

R Packages Checklist

Technical requirements

Our goal is for all R packages under EpiForeSITE to have the following features:

  • Lives on GitHub.
  • Has appropriate LICENSE file (see also licensing from R Packages (2e)).
  • Documented with roxygen2 (Rd2roxygen converts .Rd files to roxygen2), including function descriptions, parameters and return values, details, examples, references, and links to other relevant functions.
  • Includes at least one rmarkdown vignette with an extended example of package usage
  • Has a website using pkgdown.
  • Has tests using either tinytest or testthat.
  • Uses continuous integration (CI) (e.g., GitHub Actions) to:
    • Run R CMD check on multiple system configurations.
    • Create the package website.

Additional requirements

Advanced Package Checklist

Once the above checklist is completed, there are some additional package features that would be nice to have but are not required:

(Version 4d5bcbc)

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

1 participant