We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c45ae8 commit 91d0dddCopy full SHA for 91d0ddd
src/library/tools/R/sotools.R
@@ -672,6 +672,17 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
672
"call_R",
673
## non-API, declared in Defn.h
674
"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",
686
## non-API, declared in Rinternals.h
687
"SET_OBJECT", ## no longer used in an example in R-exts
688
"SET_S4_OBJECT", "UNSET_S4_OBJECT",
0 commit comments