Skip to content

Commit 9c6e0b9

Browse files
author
ripley
committed
dchdc_ is completely undocumented, so not API
git-svn-id: https://svn.r-project.org/R/trunk@88126 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ac81230 commit 9c6e0b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/tools/R/sotools.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ nonAPI <- c("chol_", "chol2inv_", "cg_", "ch_", "rg_",
618618
"Rsockconnect", "Rsocklisten", "Rsockopen", "Rsockread",
619619
"Rsockwrite", "Runzip", "UNIMPLEMENTED_TYPE",
620620
"baseRegisterIndex", "Rf_csduplicated", "Rf_currentTime",
621-
"dcar", "dcdr", "do_Rprof", "do_Rprofmem", "do_X11",
621+
"dcar", "dcdr", "dchdc_", "do_Rprof", "do_Rprofmem", "do_X11",
622622
"do_contourLines", "do_edit", "do_getGraphicsEventEnv",
623623
"do_getSnapshot", "do_playSnapshot", "do_saveplot",
624624
"do_set_prim_method", "dqrrsd_","dqrxb_", "dtype",
@@ -974,7 +974,7 @@ if(.Platform$OS.type == "windows") {
974974
## symbols.rds, likely from following the "best approach" from
975975
## section "Compiling in sub-directories" of WRE and compiling
976976
## code in subdirs into static libraries instead of adding to
977-
## OBJECTS.
977+
## OBJECTS.
978978
## See PR#18789 <https://bugs.r-project.org/show_bug.cgi?id=18789>,
979979
## "R CMD check does not check symbol tables of linked static
980980
## libraries".

0 commit comments

Comments
 (0)