https://github.com/kapsner/rpkgtemplate
Template for R 📦 development
https://github.com/kapsner/rpkgtemplate
development r-package template
Last synced: about 2 months 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 (12 months ago)
- Last Synced: 2025-02-01T15:23:01.456Z (4 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://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://cran.r-project.org/package=rpkgTemplate)
[](https://github.com/kapsner/rpkgTemplate/actions)
[](https://github.com/kapsner/rpkgTemplate/actions)
[](https://github.com/kapsner/rpkgTemplate/actions)
[](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)