Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kapsner/rpkgtemplate
- Owner: kapsner
- License: gpl-3.0
- Created: 2022-08-27T06:07:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T14:59:09.000Z (9 months ago)
- Last Synced: 2024-12-06T03:04:59.886Z (2 months ago)
- Topics: development, r-package, template
- Language: R
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)