Skip to content

Commit 91d0ddd

Browse files
author
luke
committed
Add more entry points declared in Defn.h to tools:::nonAPI.
git-svn-id: https://svn.r-project.org/R/trunk@89063 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 3c45ae8 commit 91d0ddd

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
@@ -672,6 +672,17 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
672672
"call_R",
673673
## non-API, declared in Defn.h
674674
"Rf_setSVector",
675+
"Rf_asRbool", "Rf_asBool2", "R_BadLongVector", "REFCNT",
676+
"GROWABLE_BIT_SET", "ALTREP_LENGTH", "ALTVEC_DATAPTR",
677+
"ALTVEC_DATAPTR_RO", "ALTSTRING_ELT", "R_signal_protect_error",
678+
"R_signal_unprotect_error", "R_signal_reprotect_error",
679+
"Rf_allocVector3", "R_typeToChar", "Rf_translateCharFP",
680+
"Rstrdup", "Rf_matchE", "R_popen", "R_system", "R_findVarLoc",
681+
"R_duplicate_attr", "Rf_substitute", "Rf_type2rstr",
682+
"R_MissingArgError", "R_MissingArgError_c",
683+
"R_makePartialMatchWarningCondition", "Rf_EncodeChar",
684+
"Rf_utf8clen", "R_strtod5", "Rf_utf8toucs", "Rf_wtransChar",
685+
"Rf_mbcsValid", "Rf_utf8Valid",
675686
## non-API, declared in Rinternals.h
676687
"SET_OBJECT", ## no longer used in an example in R-exts
677688
"SET_S4_OBJECT", "UNSET_S4_OBJECT",

0 commit comments

Comments
 (0)