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

https://github.com/poissonconsulting/embr

An R package of utility functions and virtual classes for the model builder family of packages.
https://github.com/poissonconsulting/embr

analyses mbr rstats

Last synced: 2 months ago
JSON representation

An R package of utility functions and virtual classes for the model builder family of packages.

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "tools/README-"
)
```

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/poissonconsulting/embr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/poissonconsulting/embr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/poissonconsulting/embr/graph/badge.svg)](https://app.codecov.io/gh/poissonconsulting/embr)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

# embr

## Introduction

`embr` (pronounced EMBR) is an R package of utility functions and virtual classes for the model builder family of R packages.

Currently there are packages which implement the functionality for JAGS ([jmbr](https://github.com/poissonconsulting/jmbr)), STAN ([smbr](https://github.com/poissonconsulting/smbr)) and TMB ([tmbr](https://github.com/poissonconsulting/tmbr)).

## Installation

To install the latest development version from [GitHub](https://github.com/poissonconsulting/embr)

```r
# install.packages("remotes")
pak::pak("poissonconsulting/embr")
```

## Contribution

Please report any [issues](https://github.com/poissonconsulting/embr/issues).

[Pull requests](https://github.com/poissonconsulting/embr/pulls) are always welcome.

## Code of Conduct

Please note that the embr project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

## Inspiration

[jaggernaut](https://github.com/poissonconsulting/jaggernaut)