Skip to content

Commit 288bb4d

Browse files
committed
Update manual for version 1.4.1.
1 parent d6c5904 commit 288bb4d

21 files changed

Lines changed: 53 additions & 34 deletions

UserManual/NimbleUserManual.pdf

66 Bytes
Binary file not shown.
1.88 KB
Loading

UserManual/cha-AD.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

UserManual/cha-RCfunctions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

@@ -1659,14 +1659,14 @@ <h4><span class="header-section-number">12.3.2.7</span> Understanding dimensions
16591659
<h4><span class="header-section-number">12.3.2.8</span> Size warnings and the potential for crashes<a href="cha-RCfunctions.html#sec:size-warn-potent" class="anchor-section" aria-label="Anchor link to header"></a></h4>
16601660
<p>For matrix algebra, NIMBLE cannot ensure perfect behavior because
16611661
sizes are not known until run time. Therefore, it is possible for you
1662-
to write code that will crash your R session. In Version 1.4.0, NIMBLE
1662+
to write code that will crash your R session. In Version 1.4.1, NIMBLE
16631663
attempts to issue a warning if sizes are not compatible, but it does not
16641664
halt execution. Therefore, if you execute <code>A &lt;- M1 %*% M2</code>, and <code>M1</code> and <code>M2</code> are not compatible for matrix multiplication,
16651665
NIMBLE will output a warning that the number of rows of <code>M1</code> does not
16661666
match the number of columns of <code>M2</code>. After that warning the statement
16671667
will be executed and may result in a crash. Another easy way to write
16681668
code that will crash is to do things like <code>Y[5:10, 20:30] &lt;- x</code> without ensuring Y is at least 10x30. In the future we hope to
1669-
prevent crashes, but in Version 1.4.0 we limit ourselves to trying to provide
1669+
prevent crashes, but in Version 1.4.1 we limit ourselves to trying to provide
16701670
useful information.</p>
16711671
</div>
16721672
</div>

UserManual/cha-algos-provided.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

UserManual/cha-bnp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

UserManual/cha-building-models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

UserManual/cha-data-structures.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

UserManual/cha-installing-nimble.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

UserManual/cha-lightning-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<ul class="summary">
161161
<img src="./nimble-icon.png"
162162
width=100>
163-
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.0</a></li>
163+
<li><a href="./cha-welcome-nimble.html">NIMBLE User Manual, Version 1.4.1</a></li>
164164
<li><a href="https://github.com/nimble-dev/nimble">NIMBLE Development Team</a></li>
165165
<li><a href="https://R-nimble.org">https://R-nimble.org</a></li>
166166

0 commit comments

Comments
 (0)