Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87720 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Feb 15, 2025
1 parent 4de28d8 commit 5da03b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/tools/R/Rd.R
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ function(x, kind)
{
wrk <- function(a, p) {
cbind(unlist(a, use.names = FALSE),
rep.int(paste0(p, "::", names(a)), lengths(a)))
rep.int(sprintf("%s::%s", p, names(a)), lengths(a)))
}
y <- as.data.frame(do.call(rbind,
Map(wrk, x, names(x), USE.NAMES = FALSE)))
Expand Down

0 comments on commit 5da03b2

Please sign in to comment.