-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
46 lines (34 loc) · 1.83 KB
/
README.Rmd
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# nmbr
<!-- badges: start -->
[![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/nmbr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/poissonconsulting/nmbr/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/poissonconsulting/nmbr/graph/badge.svg)](https://app.codecov.io/gh/poissonconsulting/nmbr)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/license/mit/)
<!-- badges: end -->
The goal of nmbr is to facilitate analyses using nimble.
`nmbr` HAS NOT YET BEEN IMPLEMENTED
For more information on nimble see the [Nimble User Manual](https://r-nimble.org/html_manual/cha-welcome-nimble.html)
## Installation
To install the latest development version from [r-universe](https://poissonconsulting.r-universe.dev/nmbr).
```r
install.packages("nmbr", repos = c("https://poissonconsulting.r-universe.dev", "https://cloud.r-project.org"))
```
To install the latest development version from [GitHub](https://github.com/poissonconsulting/nmbr)
```r
# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))
pak::pak("poissonconsulting/nmbr")
```
## Code of Conduct
Please note that the nmbr project is released with a [Contributor Code of Conduct](https://poissonconsulting.github.io/nmbr/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.