Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renozao/pkgmaker
R Package development utilities
https://github.com/renozao/pkgmaker
Last synced: 8 days ago
JSON representation
R Package development utilities
- Host: GitHub
- URL: https://github.com/renozao/pkgmaker
- Owner: renozao
- Created: 2013-09-10T10:07:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T07:18:04.000Z (over 1 year ago)
- Last Synced: 2024-04-25T20:21:19.455Z (8 months ago)
- Language: R
- Size: 3.77 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - renozao/pkgmaker - R Package development utilities (R)
README
## Status
[![R-CMD-check](https://github.com/renozao/pkgmaker/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/renozao/pkgmaker/actions/workflows/R-CMD-check.yaml)
## Introduction
The package `pkgmaker` provides implementations of features commonly used when developing R packages:
* Package specific options, with the possibility of defining multiple subsets
* Multiple registries based on the `registry` package
* Unified environment/namespace access functions that work in both production mode (build/check/install)
and development mode, when loading code with the package `devtools`.
The package `pkgmaker` is available from CRAN at https://cran.r-project.org/web/packages/pkgmaker.
The development project is hosted on `GitHub` at https://github.com/renozao/pkgmaker.