Skip to content

Commit

Permalink
deprecate openxlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Dec 30, 2024
1 parent b19e79c commit f379df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tools_ufile.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ read_excel <- function(f, ...) {
fun <- switch(file_ext(f),
csv = data.table::fread,
xls = readxl::read_xls,
xlsx = read_xlsx
xlsx = readxl::read_xlsx
)
d <- fun(f, ...)
if ("DOY" %in% names(d)) d <- dplyr::select(d, -DOY)
Expand Down

0 comments on commit f379df9

Please sign in to comment.