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

https://github.com/jimbrig/buildr


https://github.com/jimbrig/buildr

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# buildr

[![roxygen](https://github.com/jimbrig/buildr/actions/workflows/roxygen.yml/badge.svg)](https://github.com/jimbrig/buildr/actions/workflows/roxygen.yml)
[![Codecov test coverage](https://codecov.io/gh/jimbrig/buildr/graph/badge.svg)](https://app.codecov.io/gh/jimbrig/buildr)
[![lint](https://github.com/jimbrig/buildr/actions/workflows/lint.yml/badge.svg)](https://github.com/jimbrig/buildr/actions/workflows/lint.yml)
[![pull-requests](https://github.com/jimbrig/buildr/actions/workflows/pull-requests.yml/badge.svg)](https://github.com/jimbrig/buildr/actions/workflows/pull-requests.yml)
[![style](https://github.com/jimbrig/buildr/actions/workflows/style.yml/badge.svg)](https://github.com/jimbrig/buildr/actions/workflows/style.yml)
[![coverage](https://github.com/jimbrig/buildr/actions/workflows/coverage.yml/badge.svg)](https://github.com/jimbrig/buildr/actions/workflows/coverage.yml)
[![check](https://github.com/jimbrig/buildr/actions/workflows/check.yml/badge.svg)](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
```