Skip to content

Commit

Permalink
blank line in correct place?
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 5, 2024
1 parent 422e57a commit 9d8f3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/autoprint.Rout.save
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ NULL
> DT = data.table(a = 1)

> DT[, `:=`(a, 1)]
>
> # child class of data.table doesn't induce unintended print, #3029
> dt <- data.table(x = 1)
> class(dt) <- c("foo", "data.table", "data.frame")
Expand Down

0 comments on commit 9d8f3c6

Please sign in to comment.