Skip to content

Commit

Permalink
use standard quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed Dec 16, 2020
1 parent cb6cae9 commit 1084041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -12899,7 +12899,7 @@ for (col in c('b', 'c')) {
#
# tests-S4.R (S4 Compatability)
#
suppressWarnings(setClass("Data.Table", contains="data.table")) # suppress 'Created a package name, 2018-05-26 06:14:43.444, when none found'
suppressWarnings(setClass("Data.Table", contains="data.table")) # suppress "Created a package name, '2018-05-26 06:14:43.444', when none found"
suppressWarnings(setClass("S4Composition", representation(data="data.table")))
# data.table can be a parent class
ids <- sample(letters[1:3], 10, replace=TRUE)
Expand Down

0 comments on commit 1084041

Please sign in to comment.