Skip to content

Commit 8babf69

Browse files
committed
Make various minor metadata updates for 1.4.2.
1 parent 1ee1bea commit 8babf69

7 files changed

Lines changed: 19 additions & 7 deletions

File tree

UserManual/NimbleUserManual.pdf

-97 Bytes
Binary file not shown.

UserManual/src/_output.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bookdown::gitbook:
55
before: |
66
<img src="./nimble-icon.png"
77
width=100>
8-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
8+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.2</a></li>
99
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
1010
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
1111
after: |

UserManual/src/title.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\vspace{0.2in}
55
{\large NIMBLE Development Team}\\
66
\vspace{0.2in}
7-
{\large Version 1.4.1}\\
7+
{\large Version 1.4.2}\\
88
\vspace{3in}
99
\includegraphics[width=1.5in]{../nimble-icon.png}\\
1010
{\large

packages/RELEASE_INSTRUCTIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Render vignette in nimbleQuad repo:
2828

2929
```
3030
cd nimbleQuad/vignettes
31-
quarto render nimbleQuad.qmd --to html
31+
quarto render Quadrature.qmd --to html
3232
```
3333

3434
Copy files to website repo:

packages/nimble/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Description: A system for writing hierarchical statistical models largely
1616
one can use 'NIMBLE' for writing arbitrary other kinds of model-generic
1717
algorithms as well. A full User Manual is available at <https://r-nimble.org>.
1818
Version: 1.4.2
19-
Date: 2026-02-11
19+
Date: 2026-03-27
2020
Maintainer: Christopher Paciorek <paciorek@stat.berkeley.edu>
2121
Authors@R: c(
2222
person("Perry", "de Valpine", role = "aut"),

packages/nimble/INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
You can install NIMBLE as an R package from CRAN in the usual way.
22

33
You can install from the source file using
4-
R CMD INSTALL nimble_1.4.1.tar.gz
4+
R CMD INSTALL nimble_1.4.2.tar.gz
55
or
6-
install.packages("nimble_1.4.1.tar.gz", repos = NULL)
6+
install.packages("nimble_1.4.2.tar.gz", repos = NULL)
77

88
You can also install the package directly from the NIMBLE repository
99
install.packages("nimble", repos = "https://r-nimble.org")
@@ -21,7 +21,7 @@ i.e. not Windows.
2121
By default, we will use the Eigen distribution included with the package.
2222

2323
We can specify any or all of these with
24-
R CMD INSTALL nimble_1.4.1.tar.gz --configure-args="--enable-dylib=true --with-eigen=/Users/duncan/local"
24+
R CMD INSTALL nimble_1.4.2.tar.gz --configure-args="--enable-dylib=true --with-eigen=/Users/duncan/local"
2525
or
2626
install.packages("nimble", configure.args = "--enable-dylib=true --with-eigen=/Users/duncan/local")
2727

packages/nimble/inst/NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# CHANGES IN VERSION 1.4.2 (March 2026)
2+
3+
## USER LEVEL CHANGES
4+
5+
- Improve efficiency of `findSamplersOnNodes`, which is used in finding
6+
samplers assigned to node(s) (PR #1614; thanks to 'hoxo-m').
7+
8+
## DEVELOPER LEVEL CHANGES
9+
10+
- Switch to using `R_getVar` and `R_getVarEx` in place of `Rf_findVar` and
11+
`Rf_findVarInFrame` in C++ code at request of CRAN (PR #1616).
12+
113
# CHANGES IN VERSION 1.4.1 (February 2026)
214

315
## USER LEVEL CHANGES

0 commit comments

Comments
 (0)