Package: tinypkgr Title: Minimal R Package Development Utilities Version: 0.2.1.2 Authors@R: c( person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre"), comment = c(ORCID = "0009-0005-4248-604X")), person("cornball.ai", role = "cph")) Description: 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 . License: GPL-3 URL: https://github.com/cornball-ai/tinypkgr BugReports: https://github.com/cornball-ai/tinypkgr/issues Encoding: UTF-8 Imports: curl Suggests: tinyrox, tinytest Config/pak/sysreqs: libssl-dev Repository: https://cornball-ai.r-universe.dev Date/Publication: 2026-06-24 14:18:00 UTC RemoteUrl: https://github.com/cornball-ai/tinypkgr RemoteRef: HEAD RemoteSha: 88592a58d1ac6532dd5b8683db88977811b77664 NeedsCompilation: no Packaged: 2026-06-24 16:18:47 UTC; root Author: Troy Hernandez [aut, cre] (ORCID: ), cornball.ai [cph] Maintainer: Troy Hernandez