Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.