Skip to content

Commit

Permalink
Mark a few more things as in an API.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@86610 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
luke committed May 24, 2024
1 parent b3133c2 commit 685baa8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -12879,6 +12879,8 @@ SEXP out(SEXP x, SEXP y)
@}
@end group
@end example
@apivar R_NamesSymbol
@apivar R_DimNamesSymbol

This example introduces several new features. The @code{getAttrib} and
@code{setAttrib}
Expand Down Expand Up @@ -13025,6 +13027,7 @@ SEXP getListElement(SEXP list, const char *str)
@}
@end group
@end example
@apivar R_NilValue

@noindent
and enables us to say
Expand Down Expand Up @@ -14227,8 +14230,8 @@ The source references added by the parser are recorded by @R{}'s evaluator
as it evaluates code. Two functions
make these available to debuggers running C code:
@findex R_Srcref
@findex R_GetCurrentSrcref
@findex R_GetSrcFilename
@apifun R_GetCurrentSrcref
@apifun R_GetSrcFilename

@example
SEXP R_GetCurrentSrcref(int skip);
Expand Down Expand Up @@ -17477,6 +17480,7 @@ void R_CleanUp (SA_TYPE saveact, int status, int RunLast)
@embfun R_SaveGlobalEnv
@embfun Rf_KillAllDevices
@embfun CleanEd
@embfun R_CleanUp
@embfun fpu_setup

These callbacks should never be changed in a running @R{} session (and
Expand Down

0 comments on commit 685baa8

Please sign in to comment.