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 c48ab1b commit 9f8bc3dCopy full SHA for 9f8bc3d
R/data.table.R
@@ -8,7 +8,7 @@ if (!exists("trimws", "package:base")) {
8
9
dim.data.table = function(x)
10
{
11
- if (!cedta()) return(NextMethod())
+ if (!cedta()) return(NextMethod()) # nocov
12
.Call(Cdim, x)
13
}
14
0 commit comments