Skip to content

Commit

Permalink
Position comment on the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
aitap committed Dec 3, 2024
1 parent 0c3b9ff commit bd7a35f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ if (getRversion() >= "4.0.0") {
# version of R (and that is checked in .onLoad with error if not).
export(.rbind.data.table) # only export in R<4.0.0 where it is still used; R-devel now detects it is missing doc, #5600
}
if (getRversion() >= "3.6.0") S3method(knitr::knit_print, data.table)
# else manual delayed registration from the onLoad hook
if (getRversion() >= "3.6.0") S3method(knitr::knit_print, data.table) # else manual delayed registration from the onLoad hook
S3method(dim, data.table)
S3method(dimnames, data.table)
S3method("dimnames<-", data.table)
Expand Down

0 comments on commit bd7a35f

Please sign in to comment.