# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tinypkgr" in publications use:' type: software license: GPL-3.0-only title: 'tinypkgr: Minimal R Package Development Utilities' version: 0.2.1 doi: 10.32614/CRAN.package.tinypkgr abstract: Lightweight wrappers around 'R CMD INSTALL', 'R CMD check', 'R CMD build', 'win-builder' uploads, and 'CRAN' submission. Provides functions for installing, loading, checking, building, and submitting R packages with minimal dependencies (only 'curl' for uploads). Background on R package development is in Wickham and Bryan (2023, ISBN:9781098134945), "Writing R Extensions" , and the 'CRAN' Repository Policy . authors: - family-names: Hernandez given-names: Troy email: troy@cornball.ai orcid: https://orcid.org/0009-0005-4248-604X repository: https://cornball-ai.r-universe.dev repository-code: https://github.com/cornball-ai/tinypkgr commit: eab94f131a57dd2317153c2ec6fe9ff4a6591120 url: https://github.com/cornball-ai/tinypkgr date-released: '2026-04-22' contact: - family-names: Hernandez given-names: Troy email: troy@cornball.ai orcid: https://orcid.org/0009-0005-4248-604X