Skip to content

Commit

Permalink
summary.Date() is no longer "table", in line with r87666
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87669 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
maechler committed Jan 30, 2025
1 parent 5e3308f commit eae49e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/base/R/dates.R
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ summary.Date <- function(object, digits = 12L, ...)
x <- x[-m]
attr(x, "NAs") <- NAs
}
.Date(x, c("summaryDefault", "table", oldClass(object)))
.Date(x, c("summaryDefault", oldClass(object)))
}

`+.Date` <- function(e1, e2)
Expand Down

0 comments on commit eae49e7

Please sign in to comment.