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 221cf88 commit 75ea8d1Copy full SHA for 75ea8d1
src/library/tools/R/zzz.R
@@ -57,7 +57,7 @@ rm(C_parseLatex)
57
} else if (!is.na(iconv("\u2022", "UTF-8", "")))
58
Rd2txt_options(itemBullet = "\u2022 ")
59
Rd_expr_bibshow_bibstyle(Sys.getenv("R_HELP_BIBSTYLE", "R"))
60
- op.tools <- list(help.htmltoc = TRUE)
+ op.tools <- list(help.htmltoc = FALSE)
61
toset <- !(names(op.tools) %in% names(.Options))
62
if(any(toset)) options(op.tools[toset])
63
}
0 commit comments