Skip to content

Commit 56b8f49

Browse files
committed
Update README for CRAN release
1 parent 18afadc commit 56b8f49

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# nimbleMacros
22

3-
[![R build
4-
status](https://github.com/nimble-dev/nimbleMacros/workflows/R-CMD-check/badge.svg)](https://github.com/nimble-dev/nimbleMacros/actions)
3+
[![R build status](https://github.com/nimble-dev/nimbleMacros/workflows/R-CMD-check/badge.svg)](https://github.com/nimble-dev/nimbleMacros/actions)
4+
[![CRAN](https://www.r-pkg.org/badges/version/nimbleMacros)](https://CRAN.R-project.org/package=nimbleMacros)
5+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14975578.svg)](https://doi.org/10.5281/zenodo.14975578)
56

67
`nimbleMacros` is an R package that extends [NIMBLE](https://r-nimble.org/), an R package for hierarchical statistical modeling.
78
The package provides a set of model macros, which are special code chunks that NIMBLE automatically expands into larger blocks of valid NIMBLE model code.
@@ -31,4 +32,4 @@ Provided macros include:
3132
* `LINPRED_PRIORS`: : A macro to generate code for prior specifications using a formula-based syntax, including handling of continuous and categorical covariates and random effects.
3233
* `FORLOOP`: A macro generating a `for` loop or nested set of `for` loops based on a bracket and index based syntax.
3334

34-
See the [package vignette](https://github.com/nimble-dev/nimbleMacros/blob/master/vignettes/nimbleMacros.Rmd) for more details.
35+
See the [package vignette](https://cran.r-project.org/web/packages/nimbleMacros/vignettes/nimbleMacros.html) for more details.

0 commit comments

Comments
 (0)