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.
- Host: GitHub
- URL: https://github.com/poissonconsulting/embr
- Owner: poissonconsulting
- License: other
- Created: 2016-10-11T13:53:24.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T20:52:37.000Z (2 months ago)
- Last Synced: 2025-07-25T01:47:25.444Z (2 months ago)
- Topics: analyses, mbr, rstats
- Language: R
- Homepage: https://poissonconsulting.github.io/embr/
- Size: 74.2 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "tools/README-"
)
```[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/poissonconsulting/embr/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/poissonconsulting/embr)
[](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)