From f704783084757ffa35e025e4fa84f01d29856fe1 Mon Sep 17 00:00:00 2001 From: LiNk-NY Date: Thu, 19 Oct 2023 16:12:39 -0400 Subject: [PATCH] add temporary fix for tidyverse/vroom#519 --- R/cBioDataPack.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/cBioDataPack.R b/R/cBioDataPack.R index 4c91681..de8381c 100644 --- a/R/cBioDataPack.R +++ b/R/cBioDataPack.R @@ -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, ... )