Skip to content

Commit 82fc32e

Browse files
author
kalibera
committed
Add a comment that Rboolean cannot hold NA values.
git-svn-id: https://svn.r-project.org/R/trunk@87692 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a8c63e2 commit 82fc32e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/manual/R-exts.texi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16316,6 +16316,8 @@ constants @code{TRUE} and @code{FALSE} of type @code{Rboolean} in
1631616316
order to provide a way of using ``logical'' variables in C consistently.
1631716317
This can conflict with other software: for example it conflicts with the
1631816318
headers in @I{IJG}'s @code{jpeg-9} (but not earlier versions).
16319+
@code{Rboolean} cannot represent @code{NA} and hence cannot be used for
16320+
elements of R logical vectors.
1631916321

1632016322

1632116323
@node Optimization

0 commit comments

Comments
 (0)