Skip to content

Commit dd72c49

Browse files
committed
chore: ensure deprecated fun is also exported for now
1 parent 95577a1 commit dd72c49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

NAMESPACE

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export(dt_sort_combine_two_columns)
3434
export(dt_to_matrix)
3535
export(emacs_version)
3636
export(file_extension)
37+
export(fread_colmatch)
3738
export(fromJSON)
3839
export(from_scipy_sparse)
3940
export(g_assert)

R/file_read.R

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ read_colmatch <- function(file,
156156
}
157157

158158
#' @describeIn read_colmatch deprecated.
159+
#' @export
159160
fread_colmatch <- function(...) {
160161
deprecate_soft("0.2.4", "fread_colmatch()", "read_colmatch()")
161162
read_colmatch(...)

0 commit comments

Comments
 (0)