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

Pasos #1

Open
Pakillo opened this issue Mar 24, 2023 · 1 comment
Open

Pasos #1

Pakillo opened this issue Mar 24, 2023 · 1 comment

Comments

@Pakillo
Copy link
Member

Pakillo commented Mar 24, 2023

  • Create package (see script)
  • Choose license (choosealicense.com/)
  • Write functions
  • Document (Roxygen). Run Build -> Document
  • Update DESCRIPTION (dependencies) (usethis::use_package("dplyr"))
  • Test functions
  • Run Build -> Check often (or use GitHub Actions)
  • Optional: Run goodpractice::gp()
  • devtools::spell_check()
  • Regenerate website (pkgdown addin -> Build site)
  • Update CITATION (en inst)
  • Update NEWS.md with every new version (and update version in DESCRIPTION)
  • Update README.Rmd and Knit. (how to install pkg, what it does, examples, how to cite etc)
  • Write vignettes
  • Increase test coverage
  • devtools::test_coverage()
  • Send to CRAN / Runiverse
  • Publish software paper
@Pakillo
Copy link
Member Author

Pakillo commented Mar 24, 2023

https://r-pkgs.org/

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