代码 readr::read_tsv("file.tsv.gz")报错 Error in app$vspace(new_style$margin-top %||% 0) : 0sattempt to apply non-function
margin-top
有可能是r版本与readr/cli版本不匹配,尝试:升级r或安装cli版本3.2.0具体讨论参考:https://github.com/tidyverse/readr/issues/1371