# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "skeletor" in publications use:' type: software license: MIT title: 'skeletor: An R Package Skeleton Generator' version: 1.1.0 doi: 10.32614/CRAN.package.skeletor abstract: A tool for bootstrapping new packages with useful defaults, including a test suite outline that passes checks and helpers for running tests, checking test coverage, building vignettes, and more. Package skeletons it creates are set up for pushing your package to 'GitHub' and using other hosted services for building and test automation. authors: - family-names: Richardson given-names: Neal email: neal.p.richardson@gmail.com repository: https://nealrichardson.r-universe.dev repository-code: https://github.com/nealrichardson/skeletor commit: 3e3c2146f55056cce7bad9366c5fa9388166e8d5 url: https://enpiar.com/r/skeletor/ contact: - family-names: Richardson given-names: Neal email: neal.p.richardson@gmail.com