Skip to content

Commit 2656741

Browse files
author
ripley
committed
document recent tweaks
git-svn-id: https://svn.r-project.org/R/trunk@87348 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 9ad8999 commit 2656741

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/NEWS.Rd

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
embedded API entry points in the rendered versions. This is very
188188
preliminary and may be dropped if a better approach emerges.
189189

190+
Also now for Fortran-callable entry points which are part of the API.
191+
190192
\item \code{SET_TYPEOF} now signals an error unless the old and
191193
new types have compatible memory structure and content. Use of
192194
\code{SET_TYPE} in package C code should be avoided and may be
@@ -270,18 +272,15 @@
270272
variable\env{_R_CXX_USE_NO_REMAP_} to a false value (but that will
271273
be removed in the near future).
272274

273-
%% \item \command{R CMD check --as-cran} will compile C++ code with
274-
%% \code{-DR_NO_REMAP}.
275+
`Writing R Extensions' has been revised to describe the remapped
276+
entry points, for with the \code{Rf_} prefix remains optional when
277+
used from C code (but is recommended for new C code).
275278
276279
\item \command{R CMD check --as-cran} notes bad parts in the
277280
\file{DESCRIPTION} file's URL fields.
278281

279-
%% \item Installation will define \code{STRICT_R_HEADERS} if
280-
%% environment variable \env{_R_USE_STRICT_R_HEADERS_} is set to a
281-
%% true value: this is done by \command{R CMD check --as-cran}.
282-
283282
\item \command{R CMD check} now reports more warnings on
284-
long-deprecated/obsolete Fortran features from
283+
long-deprecated/obsolete Fortran features reported by
285284
\command{gfortran -Wall}. For hints on how to modernize these,
286285
see
287286
\url{https://fortranwiki.org/fortran/show/Modernizing+Old+Fortran}.

0 commit comments

Comments
 (0)