Skip to content

Commit 70a43bb

Browse files
Add unexported function (#7107)
1 parent 7f1b3bb commit 70a43bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/tests/other.Rraw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if (exists("test.data.table",.GlobalEnv,inherits=FALSE) ||
1818
}
1919

2020
test = data.table:::test
21+
coerceAs = data.table:::coerceAs
2122
INT = data.table:::INT
2223

2324
if (anyDuplicated(pkgs)) stop("Packages defined to be loaded for integration tests in 'inst/tests/other.Rraw' contains duplicates.")

0 commit comments

Comments
 (0)