Skip to content

Commit 8627f67

Browse files
committed
Make minor edits to repo README.
1 parent 6eeed44 commit 8627f67

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NIMBLE
22
[![Build Status](https://github.com/nimble-dev/nimble/actions/workflows/ci.yaml/badge.svg?branch=devel)](https://github.com/nimble-dev/nimble/actions/workflows/ci.yaml)
33
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/nimble-dev/nimble?branch=devel&svg=true)](https://ci.appveyor.com/project/nimble-dev/nimble)
4-
[![CRAN](http://www.r-pkg.org/badges/version/nimble)](https://CRAN.R-project.org/package=nimble)
4+
[![CRAN](https://www.r-pkg.org/badges/version/nimble)](https://CRAN.R-project.org/package=nimble)
55
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1211190.svg)](https://zenodo.org/record/1211190)
66
[![Google Group](https://img.shields.io/badge/google-group-blue.svg)](https://groups.google.com/forum/#!forum/nimble-users)
77

@@ -14,7 +14,7 @@
1414
NIMBLE is an R package for hierarchical statistical modeling (aka
1515
graphical modeling). It enables writing general models along with
1616
methods such as Markov chain Monte Carlo (MCMC), particle filtering
17-
(aka sequential Monte Carlo), and other general methods.
17+
(aka sequential Monte Carlo), Laplace approximation and other general methods.
1818

1919
For writing statistical models, NIMBLE adopts and extends the BUGS
2020
language, making it largely compatible with
@@ -77,7 +77,7 @@ NIMBLE. Journal of Computational and Graphical Statistics 26:403-413. [https://d
7777

7878
In published work that uses NIMBLE, please also cite the package version:
7979

80-
de Valpine, P., C. Paciorek, D. Turek, N. Michaud, C. Anderson-Bergman, F. Obermeyer, C. Wehrhahn Cortes, A. Rodriguez, D. Temple Lang, and S. Paganin. 2024. NIMBLE: MCMC, Particle Filtering, and Programmable Hierarchical Modeling. doi: 10.5281/zenodo.1211190. R package version 1.2.0, https://cran.r-project.org/package=nimble.
80+
de Valpine, P., C. Paciorek, D. Turek, N. Michaud, C. Anderson-Bergman, F. Obermeyer, C. Wehrhahn Cortes, A. Rodriguez, D. Temple Lang, W. Zhang, S. Paganin, and P. van Dam-Bates. 2024. NIMBLE: MCMC, Particle Filtering, and Programmable Hierarchical Modeling. doi: 10.5281/zenodo.1211190. R package version 1.2.1, https://cran.r-project.org/package=nimble.
8181

8282
To help us track usage to justify funding support for NIMBLE, please include the DOI in the citation.
8383

UserManual/NimbleUserManual.pdf

164 KB
Binary file not shown.

packages/nimble/src/Makevars.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PKG_CPPFLAGS= -DR_NO_REMAP -I../inst/include @EIGEN_INC@
2-
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) ## $(FLIBS)
2+
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 commit comments

Comments
 (0)