Skip to content

Commit b97a1e7

Browse files
author
hornik
committed
Update for c86923.
git-svn-id: https://svn.r-project.org/R/trunk@87332 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 9612c3a commit b97a1e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/library/tools/R/Rd2HTML.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,8 @@ function(dir)
16411641
}
16421642
e
16431643
}
1644-
x[] <- lapply(unclass(x), format_person1)
1644+
x <- lapply(unclass(x), format_person1)
1645+
class(x) <- "person"
16451646
utils:::.format_authors_at_R_field_for_author(x)
16461647
}
16471648

0 commit comments

Comments
 (0)