Skip to content

Commit

Permalink
Tweaks for Rd2HTML(fragment = TRUE). Issue spotted by Yihui Xie.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87217 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Oct 10, 2024
1 parent 70026cc commit e30206c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/library/tools/R/RdConv2.R
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,8 @@ sectionTitles <-
"\\arguments"="Arguments", "\\format"="Format", "\\details"="Details",
"\\note"="Note", "\\section"="section", "\\author"="Author(s)",
"\\references"="References", "\\source"="Source",
"\\seealso"="See Also", "\\examples"="Examples", "\\value"="Value")
"\\seealso"="See Also", "\\examples"="Examples", "\\value"="Value",
"\\title"="Title", "\\name"="Name")

psub <- function(pattern, replacement, x)
gsub(pattern, replacement, x, perl = TRUE)
Expand Down

0 comments on commit e30206c

Please sign in to comment.