-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
52 lines (34 loc) · 1.89 KB
/
Copy pathREADME.Rmd
File metadata and controls
52 lines (34 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "tools/README-"
)
```
<!-- badges: start -->
[](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)
<!-- badges: end -->
# 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)