Skip to content

Commit 75ea8d1

Browse files
author
deepayan
committed
disable HTML TOC by default (till related bugs are fixed)
git-svn-id: https://svn.r-project.org/R/trunk@88956 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 221cf88 commit 75ea8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/tools/R/zzz.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rm(C_parseLatex)
5757
} else if (!is.na(iconv("\u2022", "UTF-8", "")))
5858
Rd2txt_options(itemBullet = "\u2022 ")
5959
Rd_expr_bibshow_bibstyle(Sys.getenv("R_HELP_BIBSTYLE", "R"))
60-
op.tools <- list(help.htmltoc = TRUE)
60+
op.tools <- list(help.htmltoc = FALSE)
6161
toset <- !(names(op.tools) %in% names(.Options))
6262
if(any(toset)) options(op.tools[toset])
6363
}

0 commit comments

Comments
 (0)