Skip to content

Commit

Permalink
Add a comment that Rboolean cannot hold NA values.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87692 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Feb 5, 2025
1 parent a8c63e2 commit 82fc32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -16316,6 +16316,8 @@ constants @code{TRUE} and @code{FALSE} of type @code{Rboolean} in
order to provide a way of using ``logical'' variables in C consistently.
This can conflict with other software: for example it conflicts with the
headers in @I{IJG}'s @code{jpeg-9} (but not earlier versions).
@code{Rboolean} cannot represent @code{NA} and hence cannot be used for
elements of R logical vectors.


@node Optimization
Expand Down

0 comments on commit 82fc32e

Please sign in to comment.