Package: tinypkgr 0.2.1
tinypkgr: Minimal R Package Development Utilities
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" <https://cran.r-project.org/doc/manuals/R-exts.html>, and the 'CRAN' Repository Policy <https://cran.r-project.org/web/packages/policies.html>.
Authors:
tinypkgr_0.2.1.tar.gz
tinypkgr_0.2.1.zip(r-4.7)tinypkgr_0.2.1.zip(r-4.6)tinypkgr_0.2.1.zip(r-4.5)
tinypkgr_0.2.1.tgz(r-4.6-any)tinypkgr_0.2.1.tgz(r-4.5-any)
tinypkgr_0.2.1.tar.gz(r-4.7-any)tinypkgr_0.2.1.tar.gz(r-4.6-any)
tinypkgr_0.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tinypkgr/json (API)
NEWS
| # Install 'tinypkgr' in R: |
| install.packages('tinypkgr', repos = c('https://cornball-ai.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cornball-ai/tinypkgr/issues
Last updated from:eab94f131a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 86 | ||
| source / vignettes | OK | 150 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 73 | ||
| macos-oldrel-arm64 | OK | 71 | ||
| windows-devel | OK | 60 | ||
| windows-release | OK | 66 | ||
| windows-oldrel | OK | 65 | ||
| wasm-release | OK | 90 |
Exports:buildcheckcheck_win_develinstallload_allmaintainerreloadsubmit_cranuse_github_actionuse_version
Dependencies:curl
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Build Package Tarball | build |
| Check Package | check |
| Check Package on Windows via win-builder | check_win_devel |
| Install Package | install |
| Load All Package Code | load_all |
| Get Package Maintainer | maintainer |
| Reload an Installed Package | reload |
| Submit Package to CRAN | submit_cran |
| Add a GitHub Actions CI Workflow | use_github_action |
| Bump Package Version | use_version |
