Skip to content

Commit ff7bd62

Browse files
author
hornik
committed
Add some functions to tools:::nonAPI which WRE documents to be non-API with replacements.
git-svn-id: https://svn.r-project.org/R/trunk@87851 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 81e5bfc commit ff7bd62

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/library/tools/R/sotools.R

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,17 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
689689
"XTRUELENGTH", "Rf_gsetVar",
690690
"Rf_isValidString", "Rf_isValidStringF",
691691
"R_shallow_duplicate_attr",
692+
## Documented in WRE in section "Some API replacements for
693+
## non-API entry points":
694+
"EXTPTR_PROT", "EXTPTR_TAG", "EXTPTR_PTR",
695+
"OBJECT", "IS_S4_OBJECT",
696+
"GetOption", "R_lsInternal",
697+
"REAL0", "COMPLEX0",
698+
"STRING_PTR", "DATAPTR", "STDVEC_DATAPTR",
699+
"Rf_allocSExp",
700+
"isFrame",
701+
"BODY", "FORMALS", "CLOENV", "ENCLOS",
702+
"IS_ASCII", "IS_UTF8",
692703
## in the non-API header R_ext/Connections.h
693704
"R_new_custom_connection", "R_ReadConnection",
694705
"R_WriteConnection", "R_GetConnection",

0 commit comments

Comments
 (0)