https://github.com/jimbrig/buildr
https://github.com/jimbrig/buildr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimbrig/buildr
- Owner: jimbrig
- License: other
- Created: 2024-09-06T19:15:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:44:27.000Z (5 months ago)
- Last Synced: 2025-03-01T01:44:21.615Z (about 2 months ago)
- Language: R
- Homepage: http://docs.jimbrig.com/buildr/
- Size: 1.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jimbrig/buildr - (R)
README
# buildr
[](https://github.com/jimbrig/buildr/actions/workflows/roxygen.yml)
[](https://app.codecov.io/gh/jimbrig/buildr)
[](https://github.com/jimbrig/buildr/actions/workflows/lint.yml)
[](https://github.com/jimbrig/buildr/actions/workflows/pull-requests.yml)
[](https://github.com/jimbrig/buildr/actions/workflows/style.yml)
[](https://github.com/jimbrig/buildr/actions/workflows/coverage.yml)
[](https://github.com/jimbrig/buildr/actions/workflows/check.yml)The goal of buildr is to ...
## Installation
You can install the development version of buildr from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("jimbrig/buildr")
```## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(buildr)
## basic example code
```