Skip to content

Commit

Permalink
there is no connections API, official or otherwise
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@72778 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Jun 12, 2017
1 parent e556057 commit 7e9889f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -1850,12 +1850,12 @@
\item The deprecated header \file{Rdefines.h} is now compatible
with defining \code{R_NO_REMAP}.
\item The connections API now includes a function
\item The connections interface now includes a function
\code{R_GetConnection()} which allows packages implementing
connections to convert R \code{connection} objects to
\code{Rconnection} handles used in the API. Code which previously
\code{Rconnection} handles. Code which previously
used the low-level R-internal \code{getConnection()} entry point
should switch to the official API.
should switch.
}
}
Expand Down

0 comments on commit 7e9889f

Please sign in to comment.