Skip to content

Commit

Permalink
add temporary fix for tidyverse/vroom#519
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Oct 19, 2023
1 parent 8bbff53 commit f704783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/cBioDataPack.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cbioportal2metadata <- function(meta_file, lic_file) {

.silentRead <- function(file, comm = "#", mxlines = Inf, ...) {
suppressMessages({
readr::local_edition(1)
readr::read_tsv(
file, comment = comm, n_max = mxlines, progress = FALSE, ...
)
Expand Down

0 comments on commit f704783

Please sign in to comment.