Skip to content

Pasos #1

@Pakillo

Description

@Pakillo
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions