Skip to content

Commit c826ab2

Browse files
author
luke
committed
Temporarily add resizable vector entry points to tools:::nonAPI.
git-svn-id: https://svn.r-project.org/R/trunk@89046 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 92b8444 commit c826ab2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/library/tools/R/sotools.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,9 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
704704
"Rf_isFrame",
705705
"BODY", "FORMALS", "CLOENV", "ENCLOS",
706706
"IS_ASCII", "IS_UTF8",
707+
## experimental resizable vector entry points -- not yet in the API
708+
"R_isResizable", "R_maxLength", "R_resizeVector",
709+
"R_allocResizableVector", "R_duplicateAsResizable",
707710
## in the experimental API header R_ext/Connections.h
708711
## "R_new_custom_connection", "R_ReadConnection",
709712
## "R_WriteConnection", "R_GetConnection",

0 commit comments

Comments
 (0)