Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jimbrig/buildtools

Tools for isolating, detecting dependencies, scaffolding, and building deployable, reproducible developer environments in R.
https://github.com/jimbrig/buildtools

build-tool configuration containers deployment docker environment r-package reproducibility rstats shiny-apps

Last synced: 29 days ago
JSON representation

Tools for isolating, detecting dependencies, scaffolding, and building deployable, reproducible developer environments in R.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# buildtools

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Codecov test coverage](https://codecov.io/gh/jimbrig/buildtools/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jimbrig/buildtools?branch=main)
[![check](https://github.com/jimbrig/buildtools/actions/workflows/check.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/check.yml)
[![changelog](https://github.com/jimbrig/buildtools/actions/workflows/changelog.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/changelog.yml)
[![check-release](https://github.com/jimbrig/buildtools/actions/workflows/check-release.yaml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/check-release.yaml)
[![coverage](https://github.com/jimbrig/buildtools/actions/workflows/coverage.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/coverage.yml)
[![document](https://github.com/jimbrig/buildtools/actions/workflows/document.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/document.yml)
[![lint](https://github.com/jimbrig/buildtools/actions/workflows/lint.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/lint.yml)
[![pkgdown](https://github.com/jimbrig/buildtools/actions/workflows/pkgdown.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/pkgdown.yml)
[![style](https://github.com/jimbrig/buildtools/actions/workflows/style.yml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/style.yml)
[![pkgdown](https://github.com/jimbrig/buildtools/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/jimbrig/buildtools/actions/workflows/pkgdown.yaml)

The goal of buildtools is to ...

## Installation

You can install the released version of buildtools from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("buildtools")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("jimbrig/buildtools")
```
## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
# library(buildtools)
## basic example code
```