Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kapsner/rpkgtemplate

Template for R 📦 development
https://github.com/kapsner/rpkgtemplate

development r-package template

Last synced: 7 days ago
JSON representation

Template for R 📦 development

Awesome Lists containing this project

README

        

# rpkgTemplate

[![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![](https://www.r-pkg.org/badges/version/rpkgTemplate)](https://cran.r-project.org/package=rpkgTemplate)
[![R build
status](https://github.com/kapsner/rpkgTemplate/workflows/R%20CMD%20Check%20via%20%7Btic%7D/badge.svg)](https://github.com/kapsner/rpkgTemplate/actions)
[![R build
status](https://github.com/kapsner/rpkgTemplate/workflows/lint/badge.svg)](https://github.com/kapsner/rpkgTemplate/actions)
[![R build
status](https://github.com/kapsner/rpkgTemplate/workflows/test-coverage/badge.svg)](https://github.com/kapsner/rpkgTemplate/actions)
[![](https://codecov.io/gh/https://github.com/kapsner/rpkgTemplate/branch/main/graph/badge.svg)](https://codecov.io/gh/https://github.com/kapsner/rpkgTemplate)

The goal of rpkgTemplate is to provide a minimal template for R package
development that includes a

- setup for [GitHub actions](.github/workflows)
- [linter configuration](.lintr)
- a file for reproducible updates of the package setup:
[devstuffs.R](./data-raw/devstuffs.R)